Switch this back to copy for now

This commit is contained in:
Kevin Fenzi 2014-07-24 17:26:26 +00:00
parent 0cfbc53db9
commit 69670dabd3
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@
- mod_auth_openid
- name: Copy /etc/nagios config
synchronize: archive=yes src={{nagios_srcdir}}/ dest=/etc/nagios owner=nagios group=nagios
copy: src={{nagios_srcdir}}/ dest=/etc/nagios owner=nagios group=nagios
tags:
- nagios-config
@ -45,7 +45,7 @@
file: dest=/usr/lib64/nagios/plugins/eventhandlers/ state=directory
- name: Copy plugins
synchronize: archive=yes src=plugins/ dest=/usr/lib64/nagios/plugins/ mode=0755 owner=root group=root
copy: src=plugins/ dest=/usr/lib64/nagios/plugins/ mode=0755 owner=root group=root
# TODO: rhel7
#- name: Copy xmpp plugin config