From 2c77cf3ec5863140d13d72d4cd8adcd3312011c6 Mon Sep 17 00:00:00 2001 From: Sergei Bobkov Date: Sat, 28 Sep 2024 12:11:55 +0300 Subject: [PATCH] Fix os-linux-apt-update playbook --- ansible/playbooks/os-linux-apt-update.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible/playbooks/os-linux-apt-update.yml b/ansible/playbooks/os-linux-apt-update.yml index b836923..b3c2412 100644 --- a/ansible/playbooks/os-linux-apt-update.yml +++ b/ansible/playbooks/os-linux-apt-update.yml @@ -22,11 +22,11 @@ poll: 0 ignore_errors: true when: file_stat_result.stat.exists - - name: Wait for system to become reachable again - wait_for_connection: - delay: 20 - timeout: 300 - when: file_stat_result.stat.exists +# - name: Wait for system to become reachable again +# wait_for_connection: +# delay: 20 +# timeout: 300 +# when: file_stat_result.stat.exists - name: Run "apt autoremove" ansible.builtin.apt: autoremove: yes