0.1.35-DEV-20210505-013334
-------------------------- * FIX: - fixes to .gitlab-ci.yml
This commit is contained in:
parent
3b9ceb9995
commit
4a75d0e87f
@ -48,7 +48,10 @@ stages:
|
|||||||
stage: check_and_lint
|
stage: check_and_lint
|
||||||
script:
|
script:
|
||||||
- chmod 755 ${ANSIBLE_PLAY_PATH}
|
- chmod 755 ${ANSIBLE_PLAY_PATH}
|
||||||
- ansible-lint -v ${ANSIBLE_PLAY_PATH}/*.yml
|
- ansible-galaxy install -r roles/requirements.yml
|
||||||
|
- ansible-lint -v ${ANSIBLE_PLAY_PATH}/${ANSIBLE_PLAY}
|
||||||
|
- yamllint -v ${ANSIBLE_PLAY_PATH}/${ANSIBLE_PLAY}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.test_deploy_template: &test_deploy
|
.test_deploy_template: &test_deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user