Skip to content

Commit

Permalink
ansible: migrate janus job to fqcn_mig
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Sep 11, 2023
1 parent fdf334d commit 29b4872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/janus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eo pipefail
export LANG=C.UTF-8 ansible
source "$(dirname $(realpath ${0}))/common.sh"

readonly PLAYS_DIR=${PLAYS_DIR:-"${WORKSPACE}/janus/playbooks"}
readonly PLAYS_DIR=${PLAYS_DIR:-"${WORKSPACE}/${WORKDIR}/janus/playbooks"}

checkWorkdirExistsAndSetAsDefault

Expand Down

0 comments on commit 29b4872

Please sign in to comment.