removed 'Ubuntu' from line

This commit is contained in:
Caleb Fultz 2024-05-28 08:54:11 -04:00
parent 67953eb0a8
commit d7d1565ed7

View File

@ -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