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 cfa2d26 commit a486b1dCopy full SHA for a486b1d
.travis.yml
@@ -13,7 +13,7 @@ addons:
13
14
install:
15
# Install ansible
16
- - pip install ansible
+ - pip install ansible ansible-lint
17
18
# Check ansible version
19
- ansible --version
@@ -27,6 +27,11 @@ install:
27
script:
28
# Basic role syntax check
29
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
30
+
31
+ # Run Ansible lint against the role
32
+ - ansible-lint tasks/main.yml
33
34
+ # Test the custom filters
35
- ansible-playbook tests/filter.yml -i tests/inventory -i tests/inventory-mock-groups
36
37
notifications:
0 commit comments