This commit is contained in:
parent
ce5b2d0842
commit
4455c24dec
1 changed files with 8 additions and 0 deletions
|
|
@ -8,6 +8,14 @@ jobs:
|
|||
- name: checkóut
|
||||
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
|
||||
uses: https://github.com/dawidd6/action-ansible-playbook@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue