Fix compare AnsibleUnsafeText with int (#2828)

This commit is contained in:
Dmitry 2018-06-04 11:34:10 +03:00 committed by Matthew Mosesohn
parent d1e66f9cc8
commit f912a4ece5

View file

@ -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: