From d7d1565ed73bac77eb6a73706c61a8a7a19753fe Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Tue, 28 May 2024 08:54:11 -0400 Subject: [PATCH] removed 'Ubuntu' from line --- update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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