Try this.

This commit is contained in:
Kevin Fenzi 2015-05-27 22:09:03 +00:00
parent 92b2c30086
commit 76a3f8ad74

View file

@ -13,7 +13,7 @@
- name: ntp pkgs
command: dnf install -y ntpdate ntp libsemanage-python libselinux-python
when: ansible_distribution_major_version > '21' and ansible_cmdline.ostree is not defined
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
tags:
- packages