maybe we don't need more python?
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7s
Details
This commit is contained in:
parent
0dccf1902a
commit
52c0492176
|
@ -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: |
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: Provision joplin Proxmox VM
|
||||
hosts: localhost
|
||||
hosts: joplin
|
||||
connection: ansible.builtin.local
|
||||
gather_facts: false
|
||||
vars:
|
||||
|
|
Loading…
Reference in New Issue