From 52c049217683151c0f7488c40deaa9356c898918 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Wed, 6 Sep 2023 23:11:04 +0100 Subject: [PATCH] maybe we don't need more python? --- .github/workflows/infra.yaml | 9 ++++----- infra/joplin/0000_proxmox_playbook.yaml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index 4e732d8..e1ac1ee 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -24,16 +24,15 @@ 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: | pip3 install -r requirements.txt ansible-galaxy collection install community.general - id - name: Check playbooks run: | diff --git a/infra/joplin/0000_proxmox_playbook.yaml b/infra/joplin/0000_proxmox_playbook.yaml index 2ae0c9f..e142fe4 100644 --- a/infra/joplin/0000_proxmox_playbook.yaml +++ b/infra/joplin/0000_proxmox_playbook.yaml @@ -1,5 +1,5 @@ - name: Provision joplin Proxmox VM - hosts: localhost + hosts: joplin connection: ansible.builtin.local gather_facts: false vars: