0.1.35-DEV-20210505-013334

--------------------------
    * FIX:
      - fixes to .gitlab-ci.yml
This commit is contained in:
Chris Hammer 2021-05-05 01:34:15 -04:00
parent 3b9ceb9995
commit 4a75d0e87f

View File

@ -48,7 +48,10 @@ stages:
stage: check_and_lint
script:
- 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