Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Apr 3, 2023
1 parent e376327 commit 0c98cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-secret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RANDOM_STRING=$(\
ANSIBLE_FORCE_COLOR=False \
ANSIBLE_NOCOLOR=True \
ansible -m ansible.builtin.command \
-a "echo {{ lookup('password','/dev/null',chars=['ascii_letters','digits','+.$?/#@^;{}()[]_'],length=33) }}" \
-a "echo {{ lookup('password','/dev/null',chars=['ascii_letters','digits','+.$?/#@^;}()[]_'],length=33) }}" \
localhost -o 2>/dev/null \
| awk '{print $NF}' \
)
Expand Down

0 comments on commit 0c98cd2

Please sign in to comment.