diff --git a/update.yml b/update.yml index 4f1b1c2..22ec6a3 100644 --- a/update.yml +++ b/update.yml @@ -3,7 +3,7 @@ hosts: allservers tasks: - - name: update Ubuntu apt cache + - name: update apt cache become: true apt: update_cache: yes @@ -29,4 +29,4 @@ pre_reboot_delay: 0 post_reboot_delay: 30 test_command: uptime - when: reboot_required_file.stat.exists \ No newline at end of file + when: reboot_required_file.stat.exists