Use flag syntax
This commit is contained in:
parent
e205c6c0cf
commit
7f1f1f0efb
1 changed files with 1 additions and 1 deletions
|
|
@ -21,6 +21,6 @@ syntax-test:
|
||||||
image: python:3.7
|
image: python:3.7
|
||||||
before_script:
|
before_script:
|
||||||
- pip install ansible --quiet
|
- pip install ansible --quiet
|
||||||
- ansible-galaxy install -r requirements.yml
|
- ansible-galaxy install --role-file requirements.yml
|
||||||
script:
|
script:
|
||||||
- ansible-playbook playbook.yml --syntax-check
|
- ansible-playbook playbook.yml --syntax-check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue