Trigger finance VM deployment
Some checks failed
Infrastructure / Check and run Ansbile playbooks (push) Failing after 7m29s
Some checks failed
Infrastructure / Check and run Ansbile playbooks (push) Failing after 7m29s
This commit is contained in:
parent
15acf69833
commit
b44ada3173
@ -66,7 +66,6 @@
|
|||||||
ipconfig:
|
ipconfig:
|
||||||
ipconfig0: ip=dhcp,ip6=auto
|
ipconfig0: ip=dhcp,ip6=auto
|
||||||
ipconfig1: ip=dhcp
|
ipconfig1: ip=dhcp
|
||||||
|
|
||||||
- name: Force all notified handlers to run
|
- name: Force all notified handlers to run
|
||||||
ansible.builtin.meta: flush_handlers
|
ansible.builtin.meta: flush_handlers
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
- name: Wait for connection
|
- name: Wait for connection
|
||||||
ansible.builtin.wait_for_connection:
|
ansible.builtin.wait_for_connection:
|
||||||
timeout: 300
|
timeout: 300
|
||||||
|
|
||||||
- name: Install system packages
|
- name: Install system packages
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
- name: Wait for connection
|
- name: Wait for connection
|
||||||
ansible.builtin.wait_for_connection:
|
ansible.builtin.wait_for_connection:
|
||||||
timeout: 300
|
timeout: 300
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
- name: Wait for connection
|
- name: Wait for connection
|
||||||
ansible.builtin.wait_for_connection:
|
ansible.builtin.wait_for_connection:
|
||||||
timeout: 300
|
timeout: 300
|
||||||
|
|
||||||
- name: Check if project exists
|
- name: Check if project exists
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "$HOME/{{ app }}"
|
path: "$HOME/{{ app }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user