Skip to content

Commit

Permalink
feat: added download requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
OldTyT authored Nov 19, 2023
1 parent 8beba12 commit b09c0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

echo "$SSH_KEY_PRIVATE"|base64 -d > /root/.ssh/id_rsa
chmod 600 /root/.ssh/id_rsa
test -f requirements.yml && ansible-galaxy install -r requirements.yml

if [ "$TYPE" = "diff" ]; then
ansible-playbook --check --diff -i ./inventory.yml playbook.yml && exit
Expand Down

0 comments on commit b09c0f0

Please sign in to comment.