File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,25 +7,25 @@ _auto_update_packages:
7
7
- apt-listchanges
8
8
RedHat-7 :
9
9
- yum-cron
10
- RedHat : &RHEL
10
+ RedHat : &redhat_packages
11
11
- dnf-automatic
12
- Rocky : *RHEL
12
+ Rocky : *redhat_packages
13
13
14
14
auto_update_packages : " {{ _auto_update_packages[ansible_os_family ~ '-' ~ ansible_distribution_major_version] | default(_auto_update_packages[ansible_os_family] | default(_auto_update_packages['default'])) }}"
15
15
16
16
_auto_update_config_directory :
17
17
Debian : /etc/apt/apt.conf.d
18
18
RedHat-7 : /etc/yum
19
- RedHat : &RHEL /etc/dnf
20
- Rocky : *RHEL
19
+ RedHat : &redhat_config_directory /etc/dnf
20
+ Rocky : *redhat_config_directory
21
21
22
22
auto_update_config_directory : " {{ _auto_update_config_directory[ansible_os_family ~ '-' ~ ansible_distribution_major_version] | default(_auto_update_config_directory[ansible_os_family] | default(_auto_update_config_directory['default'])) }}"
23
23
24
24
_auto_update_config_file :
25
25
Debian : 10periodic
26
26
RedHat-7 : yum-cron.conf
27
- RedHat : &RHEL automatic.conf
28
- Rocky : *RHEL
27
+ RedHat : &redhat_config_file automatic.conf
28
+ Rocky : *redhat_config_file
29
29
30
30
auto_update_config_file : " {{ _auto_update_config_file[ansible_os_family ~ '-' ~ ansible_distribution_major_version] | default(_auto_update_config_file[ansible_os_family] | default(_auto_update_config_file['default'])) }}"
31
31
@@ -35,8 +35,8 @@ _auto_update_services:
35
35
- apt-daily-upgrade.timer
36
36
RedHat-7 :
37
37
- yum-cron.service
38
- RedHat : &RHEL
38
+ RedHat : &redhat_services
39
39
- dnf-automatic.timer
40
- Rocky : *RHEL
40
+ Rocky : *redhat_services
41
41
42
42
auto_update_services : " {{ _auto_update_services[ansible_os_family ~ '-' ~ ansible_distribution_major_version] | default(_auto_update_services[ansible_os_family] | default(_auto_update_services['default'])) }}"
You can’t perform that action at this time.
0 commit comments