Merge branch 'master' of /git/ansible

This commit is contained in:
Rick Elrod 2015-05-27 21:35:45 +00:00
commit b5c33f4247

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 not ansible_cmdline.ostree
when: ansible_distribution_major_version > '21' and ansible_cmdline.ostree is not defined
tags:
- packages