Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Jan 23, 2024
1 parent 9725127 commit ad9dae9
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 @@ -11,7 +11,7 @@ readonly ANSIBLE_VERBOSITY_LEVEL=${ANSIBLE_VERBOSITY_LEVEL}
readonly JBOSS_NETWORK_API_CREDENTIAL_FILE=${JBOSS_NETWORK_API_CREDENTIAL_FILE:-'/var/jenkins_home/jboss_network_api.yml'}
readonly INVENTORY_LOCALHOST='localhost ansible_connection=local'

set -u
set -ux

addEntryToInventoryFile() {
local section=${1}
Expand Down

0 comments on commit ad9dae9

Please sign in to comment.