From 224ef831571458ad433a0143eec00df0f7e8b409 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 26 Feb 2025 22:18:04 +0930 Subject: [PATCH] feat(ansible_playbook): prior to running playbook display env vars ref: nofusscomputing/projects/gitlab-ci#49 --- automation/.gitlab-ci-ansible.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/automation/.gitlab-ci-ansible.yaml b/automation/.gitlab-ci-ansible.yaml index 11e2770..2e7eee4 100644 --- a/automation/.gitlab-ci-ansible.yaml +++ b/automation/.gitlab-ci-ansible.yaml @@ -21,6 +21,9 @@ include: - echo "[DEBUG] ansible_inventory=$ansible_inventory" - echo "[DEBUG] ansible_playbook=$ansible_playbook" - echo "[DEBUG] ansible_tags=$ansible_tags" + - echo "[TRACE] ********************************** start ******************************************" + - export + - echo "[TRACE] *********************************** end *******************************************" - ansible-playbook $ansible_inventory $ANSIBLE_PLAYBOOK_DIR/$ansible_playbook $ansible_tags --extra-vars "nfc_pb_host=localhost" -vvv rules: # ToDo: at some stage redefine these rules so that the job can run if specified.