removed 'Ubuntu' from line
This commit is contained in:
parent
67953eb0a8
commit
d7d1565ed7
@ -3,7 +3,7 @@
|
|||||||
hosts: allservers
|
hosts: allservers
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: update Ubuntu apt cache
|
- name: update apt cache
|
||||||
become: true
|
become: true
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
@ -29,4 +29,4 @@
|
|||||||
pre_reboot_delay: 0
|
pre_reboot_delay: 0
|
||||||
post_reboot_delay: 30
|
post_reboot_delay: 30
|
||||||
test_command: uptime
|
test_command: uptime
|
||||||
when: reboot_required_file.stat.exists
|
when: reboot_required_file.stat.exists
|
||||||
|
Loading…
Reference in New Issue
Block a user