Removed ansible-requirements
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 1m6s
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 1m6s
This commit is contained in:
parent
b515e330a8
commit
64a43d18ef
@ -20,11 +20,7 @@ jobs:
|
||||
run: |
|
||||
apt update -y
|
||||
apt install python3-pip -y
|
||||
python3 -m pip install ansible
|
||||
|
||||
- name: Install Ansible Galaxy requirements
|
||||
run: |
|
||||
ansible-galaxy install -r requirements.yaml
|
||||
python3 -m pip install -r requirements.txt
|
||||
|
||||
- name: Run playbook
|
||||
uses: dawidd6/action-ansible-playbook@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user