gather facts?
Some checks failed
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 1m39s

This commit is contained in:
2023-09-06 23:39:19 +01:00
parent 52c0492176
commit e12565fdb6
2 changed files with 5 additions and 6 deletions

View File

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