Skip to content

Commit

Permalink
fix: setup script for ansible module (#4000)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenfares authored Jan 21, 2025
1 parent 1a66e98 commit ff33fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bin/scripts/setup-local-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MSYS_NO_PATHCONV=1 docker run -it --rm \
-e ANSIBLE_CONFIG="/root/.infra/ansible/ansible.cfg" \
alpine/ansible sh -c 'chmod 0600 /root/.vault_pwd.txt && ansible all \
--limit "local" \
-m flux-retour-cfas \
-m template \
-a "src=\"/root/.infra/.env_server\" dest=\"/root/server/.env\"" \
--extra-vars "@root/.infra/vault/vault.yml" \
--vault-password-file="/root/.vault_pwd.txt"'
Expand All @@ -25,7 +25,7 @@ MSYS_NO_PATHCONV=1 docker run -it --rm \
-e ANSIBLE_CONFIG="/root/.infra/ansible/ansible.cfg" \
alpine/ansible sh -c 'chmod 0600 /root/.vault_pwd.txt && ansible all \
--limit "local" \
-m flux-retour-cfas \
-m template \
-a "src=\"/root/.infra/.env_ui\" dest=\"/root/ui/.env\"" \
--extra-vars "@root/.infra/vault/vault.yml" \
--vault-password-file="/root/.vault_pwd.txt"'
Expand Down

0 comments on commit ff33fd0

Please sign in to comment.