v.1.5.3 docker-prune
This commit is contained in:
@@ -2,9 +2,15 @@
|
||||
|
||||
- hosts: all
|
||||
become: true
|
||||
gather_facts: yes
|
||||
gather_facts: no
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Wait 30 seconds, but only start checking after 5 seconds
|
||||
ansible.builtin.wait_for_connection:
|
||||
# delay: 5
|
||||
timeout: 30
|
||||
|
||||
- name: update respository index
|
||||
ansible.builtin.apt:
|
||||
update_cache: yes
|
||||
|
||||
Reference in New Issue
Block a user