File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
roles/unattended_upgrades/tasks Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 26
26
state : ' directory'
27
27
owner : ' root'
28
28
group : ' root'
29
- register : ' _apt_daily_timer_d'
30
29
31
30
- name : ' Ensure directory apt-daily-upgrade.timer.d exists'
32
31
ansible.builtin.file :
35
34
state : ' directory'
36
35
owner : ' root'
37
36
group : ' root'
38
- register : ' _apt_daily_upgrade_timer_d'
39
37
40
38
- name : ' Deploy apt-daily timer'
41
39
ansible.builtin.template :
46
44
group : ' root'
47
45
when :
48
46
- ' _apt_daily.rc == 0'
49
- - ' _apt_daily_timer_d' # skip if run for the first time in check mode
50
47
notify :
51
48
- ' Restart apt-daily timer'
52
49
59
56
group : ' root'
60
57
when :
61
58
- ' _apt_daily_upgrade.rc == 0'
62
- - ' _apt_daily_upgrade_timer_d' # skip if run for the first time in check mode
63
59
notify :
64
60
- ' Restart apt-daily-upgrade timer'
65
61
...
You can’t perform that action at this time.
0 commit comments