perhaps this needs quoted

This commit is contained in:
Kevin Fenzi 2018-02-06 23:16:37 +00:00
parent 1cb897a769
commit 3cea53b5b5

View file

@ -23,7 +23,7 @@
tags:
- packages
- nagios_client
when: 'mailman' in group_names or 'mirrorlist-proxies' in group_names
when: "'mailman' in group_names or 'mirrorlist-proxies' in group_names"
- name: install local nrpe check scripts that are not packaged
copy: src="scripts/{{ item }}" dest="{{ libdir }}/nagios/plugins/{{ item }}" mode=0755 owner=nagios group=nagios
@ -98,7 +98,6 @@
- nagios_client
- selinux
# Set up our base config.
- name: /etc/nagios/nrpe.cfg
template: src=nrpe.cfg.j2 dest=/etc/nagios/nrpe.cfg