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