Fix #53: Trigger all playbooks (#55)
Infrastructure / Check and run Ansbile playbooks (push) Failing after 2m9s
Details
Infrastructure / Check and run Ansbile playbooks (push) Failing after 2m9s
Details
Reviewed-on: #55
This commit is contained in:
parent
fe3be248ad
commit
621e634798
|
@ -96,6 +96,7 @@
|
|||
community.general.proxmox_kvm:
|
||||
state: restarted
|
||||
timeout: 60
|
||||
|
||||
handlers:
|
||||
# Initial boot
|
||||
# For some reason debian cloud images don't use
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
- name: Wait for connection
|
||||
ansible.builtin.wait_for_connection:
|
||||
timeout: 300
|
||||
|
||||
- name: Install system packages
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
- name: Wait for connection
|
||||
ansible.builtin.wait_for_connection:
|
||||
timeout: 300
|
||||
|
||||
- name: Install dependencies
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
- name: Wait for connection
|
||||
ansible.builtin.wait_for_connection:
|
||||
timeout: 300
|
||||
|
||||
- name: Docker compose down
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "$HOME/{{ app }}"
|
||||
|
|
Loading…
Reference in New Issue