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

This commit is contained in:
Gleb Koval 2023-09-06 23:39:19 +01:00
parent 52c0492176
commit e12565fdb6
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 5 additions and 6 deletions

View File

@ -24,10 +24,10 @@ jobs:
with:
fetch-depth: ${{ env.DEPLOY == 'some' && 2 || 1 }}
# - name: Setup Python
# uses: actions/setup-python@v4
# with:
# python-version: "3.11"
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |

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' ) }}"