These need quotes

This commit is contained in:
Kevin Fenzi 2014-06-23 21:51:16 +00:00
parent 4d5e76d6b4
commit 556bc48a52
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
- python-virtinst
tags:
- packages
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == 6
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == '6'
- name: install libvirt packages on rhel7 virthosts
yum: pkg={{ item }} state=installed
@ -22,7 +22,7 @@
- virt-install
tags:
- packages
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == 7
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == '7'
# install libvirtd.conf
#