diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index e1ac1ee..1b52681 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -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: | diff --git a/infra/joplin/0000_proxmox_playbook.yaml b/infra/joplin/0000_proxmox_playbook.yaml index e142fe4..ddbbf3a 100644 --- a/infra/joplin/0000_proxmox_playbook.yaml +++ b/infra/joplin/0000_proxmox_playbook.yaml @@ -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' ) }}"