maybe fix 0001
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m5s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m5s
Details
This commit is contained in:
parent
228052548c
commit
38def68556
|
@ -1,6 +1,5 @@
|
||||||
- name: Provision joplin Proxmox VM
|
- name: Provision joplin Proxmox VM
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
# gather_facts: false
|
|
||||||
vars:
|
vars:
|
||||||
api_user: "{{ lookup('ansible.builtin.env', 'PROXMOX_USER') }}"
|
api_user: "{{ lookup('ansible.builtin.env', 'PROXMOX_USER') }}"
|
||||||
api_host: "{{ lookup('ansible.builtin.env', 'PROXMOX_HOST' ) }}"
|
api_host: "{{ lookup('ansible.builtin.env', 'PROXMOX_HOST' ) }}"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Setup Docker
|
- name: Setup Docker
|
||||||
hosts: proxmox:kovalhome:managed:joplin
|
hosts: joplin
|
||||||
tasks:
|
tasks:
|
||||||
- name: Wait for connection
|
- name: Wait for connection
|
||||||
ansible.builtin.wait_for:
|
ansible.builtin.wait_for:
|
||||||
|
|
Loading…
Reference in New Issue