Trigger finance VM deployment
Infrastructure / Check and run Ansbile playbooks (push) Failing after 7m29s Details

This commit is contained in:
Gleb Koval 2024-11-26 17:48:23 +00:00
parent 15acf69833
commit b44ada3173
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
4 changed files with 1 additions and 3 deletions

View File

@ -66,7 +66,6 @@
ipconfig:
ipconfig0: ip=dhcp,ip6=auto
ipconfig1: ip=dhcp
- name: Force all notified handlers to run
ansible.builtin.meta: flush_handlers

View File

@ -5,7 +5,6 @@
- name: Wait for connection
ansible.builtin.wait_for_connection:
timeout: 300
- name: Install system packages
ansible.builtin.apt:
update_cache: true

View File

@ -5,7 +5,6 @@
- name: Wait for connection
ansible.builtin.wait_for_connection:
timeout: 300
- name: Install dependencies
ansible.builtin.apt:
update_cache: true

View File

@ -7,6 +7,7 @@
- name: Wait for connection
ansible.builtin.wait_for_connection:
timeout: 300
- name: Check if project exists
ansible.builtin.stat:
path: "$HOME/{{ app }}"