comment out the service too

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-07-09 20:33:29 +00:00
parent 267de66138
commit 8f8bf55242

View file

@ -27,15 +27,16 @@
#- python-xmpp # TODO: rhel7
- perl-Mail-IMAPClient
- nagios-plugins-dummy
#- nsca
#- nsca-client
#- nsca # TODO: rhel7
#- nsca-client # TODO: rhel7
- stunnel
- name: Restart and autostart nagios
service: name=nagios state=restarted enabled=yes
- name: Restart and autostart nsca
service: name=nsca state=restarted enabled=yes
# TODO: rhel7
#- name: Restart and autostart nsca
# service: name=nsca state=restarted enabled=yes
- name: Copy /etc/nagios config
copy: src=nagios dest=/etc/nagios owner=nagios group=nagils