This commit is contained in:
parent
206b1d1509
commit
667c805b58
@ -7,7 +7,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install Ansible-Lint
|
- name: Install Ansible-Lint
|
||||||
run: |
|
run: |
|
||||||
apt install -y python3-pip;pip3 install ansible-dev-tools
|
apt update -y
|
||||||
|
apt install python3-pip -y
|
||||||
|
python3 -m pip install ansible
|
||||||
|
python3 -m pip install ansible-lint
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user