mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 23:12:10 -03:30
Fix compare AnsibleUnsafeText with int (#2828)
This commit is contained in:
parent
d1e66f9cc8
commit
f912a4ece5
@ -184,7 +184,7 @@
|
||||
delay: "{{ retry_stagger | random + 3 }}"
|
||||
when:
|
||||
- ansible_distribution == "Fedora"
|
||||
- ansible_distribution_major_version > 21
|
||||
- ansible_distribution_major_version|int > 21
|
||||
- not is_atomic
|
||||
changed_when: False
|
||||
tags:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user