Skip to content

Commit 4ac739d

Browse files
committed
added parameter in action
1 parent 3971be7 commit 4ac739d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ansible.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
uses: ansible-actions/[email protected]
2222
with:
2323
target: "./ansible"
24+
python_dependency: 'ansible-core=2.20'

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ Status of last event for Terraform workflow: <br>
2121

2222
```Testing in ubuntu 20.04```
2323

24-
1. Requirements: installed ansible
24+
1. Requirements: installed ansible, ansible-lint
2525
2. ```cd ansible``` and run command:
26+
- ```ansible-lint playbooks/site.yml```
27+
2628
- ```ansible-playbook -i inventory/containers.ini playbooks/site.yml```
2729
3. check
2830
- ```curl http://localhost/```

0 commit comments

Comments
 (0)