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