mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
These need quotes
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
- name: install nss_db on rhel hosts only
|
||||
yum: state=installed name=nss_db
|
||||
when: is_rhel is defined and ansible_distribution_major_version == 6
|
||||
when: is_rhel is defined and ansible_distribution_major_version == '6'
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
||||
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user