Skip to content
Snippets Groups Projects
Commit d183667b authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

config file is valid for os_family. and needed for dgx and computes

parent 40a571e6
No related branches found
No related tags found
3 merge requests!519Mount nvme disks on /mnt/nvme,!509Dgxmlx,!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