From 001fc23c9f7c4cadd6892ce39eec36b75b3a3f40 Mon Sep 17 00:00:00 2001 From: juju4 Date: Wed, 6 Nov 2024 21:57:50 +0000 Subject: [PATCH] ci(defaut-bare): use ANSIBLE_ROLE var --- .github/workflows/default-bare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default-bare.yml b/.github/workflows/default-bare.yml index c5b999b..47a4a7d 100644 --- a/.github/workflows/default-bare.yml +++ b/.github/workflows/default-bare.yml @@ -49,7 +49,7 @@ jobs: ls -l /opt/hostedtoolcache/Python/3.9.1/x64/bin || true echo "/opt/hostedtoolcache/Python/3.9.1/x64/bin" >> $GITHUB_PATH ansible --version - cd $GITHUB_WORKSPACE/juju4.harden + cd $GITHUB_WORKSPACE/$ANSIBLE_ROLE [ -f get-dependencies.sh ] && sh -x get-dependencies.sh { echo '[defaults]'; echo 'callbacks_enabled = profile_tasks, timer'; echo 'roles_path = ../'; echo 'ansible_python_interpreter: /usr/bin/python3'; } >> ansible.cfg - name: Environment