Skip to content

Commit

Permalink
default playbook has readonly FQCN
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli authored and rpelisse committed Nov 30, 2023
1 parent f3c014e commit 9af628d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/validate-downstream-collection.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eo pipefail

source "$(dirname $(realpath ${0}))/common.sh"

readonly PLAYBOOK=${PLAYBOOK:-"${DOWNSTREAM_NS}.${PROJECT_NAME}.playbook"}
readonly PLAYBOOK=${DOWNSTREAM_NS}.${PROJECT_NAME}.${PLAYBOOK:-"playbook"}
readonly VALIDATION_PLAYBOOK=${VALIDATION_PLAYBOOK:-"${DOWNSTREAM_NS}.${PROJECT_NAME}.validate"}
readonly PATH_TO_PLAYBOOK=${PATH_TO_PLAYBOOK:-"${WORKDIR}/${PLAYBOOK}"}
readonly PATH_TO_INVENTORY_FILE=${PATH_TO_INVENTORY_FILE:-"${WORKDIR}/inventory"}
Expand Down

0 comments on commit 9af628d

Please sign in to comment.