This commit is contained in:
parent
ce5b2d0842
commit
4455c24dec
1 changed files with 8 additions and 0 deletions
|
|
@ -7,6 +7,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: checkóut
|
- name: checkóut
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
# install ansbile
|
||||||
|
- name: Install Ansible
|
||||||
|
run: |
|
||||||
|
apt update -y
|
||||||
|
apt install python3-pip -y
|
||||||
|
python3 -m pip install ansible
|
||||||
|
python3 -m pip install ansible-lint
|
||||||
|
|
||||||
- name: Run playbook
|
- name: Run playbook
|
||||||
uses: https://github.com/dawidd6/action-ansible-playbook@v3
|
uses: https://github.com/dawidd6/action-ansible-playbook@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue