We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3971be7 commit 4ac739dCopy full SHA for 4ac739d
.github/workflows/ansible.yml
@@ -21,3 +21,4 @@ jobs:
21
uses: ansible-actions/[email protected]
22
with:
23
target: "./ansible"
24
+ python_dependency: 'ansible-core=2.20'
README.md
@@ -21,8 +21,10 @@ Status of last event for Terraform workflow: <br>
```Testing in ubuntu 20.04```
-1. Requirements: installed ansible
+1. Requirements: installed ansible, ansible-lint
25
2. ```cd ansible``` and run command:
26
+ - ```ansible-lint playbooks/site.yml```
27
+
28
- ```ansible-playbook -i inventory/containers.ini playbooks/site.yml```
29
3. check
30
- ```curl http://localhost/```
0 commit comments