We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43d7a2 commit f84b5a9Copy full SHA for f84b5a9
vars/main.yml
@@ -26,4 +26,6 @@ _logrotate_service:
26
default: ""
27
"7": ""
28
"8": ""
29
+ Ubuntu:
30
+ noble: ""
31
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