maybe fix 0001
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m5s Details

This commit is contained in:
Gleb Koval 2023-09-04 22:19:50 +01:00
parent 228052548c
commit 38def68556
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
- name: Provision joplin Proxmox VM
hosts: localhost
# gather_facts: false
vars:
api_user: "{{ lookup('ansible.builtin.env', 'PROXMOX_USER') }}"
api_host: "{{ lookup('ansible.builtin.env', 'PROXMOX_HOST' ) }}"

View File

@ -1,5 +1,5 @@
- name: Setup Docker
hosts: proxmox:kovalhome:managed:joplin
hosts: joplin
tasks:
- name: Wait for connection
ansible.builtin.wait_for: