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: |
|
run: |
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install python3-pip -y
|
apt install python3-pip -y
|
||||||
python3 -m pip install ansible
|
python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Install Ansible Galaxy requirements
|
|
||||||
run: |
|
|
||||||
ansible-galaxy install -r requirements.yaml
|
|
||||||
|
|
||||||
- name: Run playbook
|
- name: Run playbook
|
||||||
uses: dawidd6/action-ansible-playbook@v2
|
uses: dawidd6/action-ansible-playbook@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user