Install required roles in ci build
This commit is contained in:
parent
a156d52184
commit
8619f58f3f
1 changed files with 1 additions and 0 deletions
|
|
@ -37,5 +37,6 @@ syntax-test:
|
||||||
image: python:3.7
|
image: python:3.7
|
||||||
before_script:
|
before_script:
|
||||||
- pip install ansible ansible-lint --quiet
|
- pip install ansible ansible-lint --quiet
|
||||||
|
- ansible-galaxy install -r roles/requirements.yml
|
||||||
script:
|
script:
|
||||||
- ansible-playbook playbook.yml --syntax-check
|
- ansible-playbook playbook.yml --syntax-check
|
||||||
|
|
|
||||||
Reference in a new issue