Merge branch 'master' of /git/ansible

This commit is contained in:
Rick Elrod 2015-05-27 22:25:42 +00:00
commit 03633c8f0c

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