Skip to content

Commit cc69178

Browse files
committed
fix(ci): resolve yamllint errors and add role symlink
- Fix .travis.yml indentation for packages list - Add newline at end of tests/test.yml - Create tests/roles/ directory with symlink to role for syntax checks
1 parent e241ff4 commit cc69178

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sudo: false
99
addons:
1010
apt:
1111
packages:
12-
- python-pip
12+
- python-pip
1313

1414
install:
1515
# Install ansible
@@ -26,4 +26,4 @@ script:
2626
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
2727

2828
notifications:
29-
webhooks: https://galaxy.ansible.com/api/v1/notifications/
29+
webhooks: https://galaxy.ansible.com/api/v1/notifications/

tests/roles/ansible-mdadm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/tmp/ansible-mdadm

tests/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
- hosts: localhost
33
remote_user: root
44
roles:
5-
- ansible-mdadm
5+
- ansible-mdadm

0 commit comments

Comments
 (0)