Skip to content
Snippets Groups Projects
Commit d06d5c13 authored by Andreas Hamacher's avatar Andreas Hamacher Committed by Simon Michnowicz
Browse files

Logrotate on dgx

parent 44d6c37b
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