We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05dc78 commit 4e57843Copy full SHA for 4e57843
vars/main.yml
@@ -25,6 +25,4 @@ _logrotate_service:
25
default: ""
26
"7": ""
27
"8": ""
28
-
29
-# logrotate_service: "{{ _logrotate_service[ansible_os_family] | default(_logrotate_service['default']) }}"
30
logrotate_service: "{{ _logrotate_service[ansible_os_family][ansible_distribution_major_version] | default(_logrotate_service[ansible_os_family]['default']) | default(_logrotate_service[ansible_os_family]) | default(_logrotate_service['default']) }}"
0 commit comments