Use standard module format

This commit is contained in:
Manuel Gutierrez 2020-10-27 15:01:28 +01:00
parent f4b6fa098f
commit 912d669281
No known key found for this signature in database
GPG Key ID: CEB8789DAED15AAD

View File

@ -251,11 +251,12 @@
- config
- name: Configure ossec.conf
template: src=var-ossec-etc-ossec-server.conf.j2
dest=/var/ossec/etc/ossec.conf
owner=root
group=ossec
mode=0644
template:
src: var-ossec-etc-ossec-server.conf.j2
dest: /var/ossec/etc/ossec.conf
owner: root
group: ossec
mode: 0644
notify: restart wazuh-manager
tags:
- init