Update requirements path
This commit is contained in:
parent
16178ef990
commit
5f57e03fba
1 changed files with 1 additions and 1 deletions
|
|
@ -21,6 +21,6 @@ syntax-test:
|
|||
image: python:3.7
|
||||
before_script:
|
||||
- pip install ansible --quiet
|
||||
- ansible-galaxy install -r roles/requirements.yml
|
||||
- ansible-galaxy install -r requirements.yml
|
||||
script:
|
||||
- ansible-playbook playbook.yml --syntax-check
|
||||
|
|
|
|||
Reference in a new issue