Add quotes
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
2b879d49e6
commit
a89e7984fa
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@
|
|||
- name: copy over our custom selinux module for mirrorlist
|
||||
copy: src=selinux/fi-nrpe.pp dest=/usr/share/nrpe/mirrormanager_container.pp
|
||||
register: selinux_module_mirrorlist
|
||||
when: 'proxy' in inventory_hostname
|
||||
when: "'proxy' in inventory_hostname"
|
||||
tags:
|
||||
- config
|
||||
- nagios_client
|
||||
|
@ -118,7 +118,7 @@
|
|||
|
||||
- name: install our custom selinux module for mirrorlist
|
||||
command: semodule -i /usr/share/nrpe/mirrormanager_container.pp
|
||||
when: 'proxy' in inventory_hostname and selinux_module|changed
|
||||
when: "'proxy' in inventory_hostname and selinux_module|changed"
|
||||
tags:
|
||||
- config
|
||||
- nagios_client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue