Skip to content

Commit

Permalink
Added ANSIBLE_TRANSFORM_INVALID_GROUP_CHARS=ignore to allow dashes in…
Browse files Browse the repository at this point in the history
  • Loading branch information
pneerincx committed Aug 8, 2019
1 parent 17e4115 commit 20e504a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .lorrc
Expand Up @@ -58,6 +58,7 @@ function lor-config() {
export AI_INVENTORY="${cluster}_hosts.ini"
export AI_PROXY="${jumphost}"
export ANSIBLE_VAULT_PASSWORD_FILE=".vault_pass.txt.${cluster}"
export ANSIBLE_TRANSFORM_INVALID_GROUP_CHARS=ignore
printf '%s\n' "Current working directory is $(pwd)"
printf '%s\n' "Using AI_PROXY: ${AI_PROXY}"
printf '%s\n' "Using AI_INVENTORY: ${AI_INVENTORY}"
Expand Down

0 comments on commit 20e504a

Please sign in to comment.