Merge branch 'fix-ansible-playbook' into 'development'

fix: ansible playbook

See merge request nofusscomputing/projects/gitlab-ci!84
This commit is contained in:
2024-06-30 17:42:50 +00:00

View File

@ -21,7 +21,7 @@ include:
- echo "[DEBUG] ansible_inventory=$ansible_inventory" - echo "[DEBUG] ansible_inventory=$ansible_inventory"
- echo "[DEBUG] ansible_playbook=$ansible_playbook" - echo "[DEBUG] ansible_playbook=$ansible_playbook"
- echo "[DEBUG] ansible_tags=$ansible_tags" - echo "[DEBUG] ansible_tags=$ansible_tags"
- ansible-playbook $ansible_inventory $ANSIBLE_PLAYBOOK_DIR/$ansible_playbook $ansible_tags -vvv - ansible-playbook $ansible_inventory $ANSIBLE_PLAYBOOK_DIR/$ansible_playbook $ansible_tags --extra-vars "nfc_pb_host=localhost" -vvv
rules: rules:
# ToDo: at some stage redefine these rules so that the job can run if specified. # ToDo: at some stage redefine these rules so that the job can run if specified.
# - if: '$NFC_AUTO_JOBS == "false"' # - if: '$NFC_AUTO_JOBS == "false"'