disable gather_facts
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 1m20s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 1m20s
Details
This commit is contained in:
parent
c8f7be5041
commit
6c9f52a772
|
@ -1,6 +1,7 @@
|
||||||
- name: Setup Docker
|
- name: Setup Docker
|
||||||
hosts: joplin
|
hosts: joplin
|
||||||
roles: [managed]
|
roles: [managed]
|
||||||
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
- name: Wait for connection
|
- name: Wait for connection
|
||||||
ansible.builtin.wait_for:
|
ansible.builtin.wait_for:
|
||||||
|
|
Loading…
Reference in New Issue