Fix compare AnsibleUnsafeText with int (#2828)
This commit is contained in:
parent
d1e66f9cc8
commit
f912a4ece5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue