Skip to content
Snippets Groups Projects
Commit ec0a02a3 authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

Merge branch 'logrotateOnDgx' into 'master'

Logrotate on dgx

See merge request !508
parents 44d6c37b d06d5c13
No related branches found
No related tags found
1 merge request!508Logrotate on dgx
......@@ -8,7 +8,7 @@
- name: /etc/logrotate.d/syslog
copy:
src: "syslog_{{ ansible_distribution }}_{{ ansible_distribution_major_version }}"
src: "syslog_{{ ansible_os_family }}_{{ ansible_distribution_major_version }}"
dest: /etc/logrotate.d/syslog
become: true
when: ansible_os_family == 'RedHat'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment