Skip to content

Commit

Permalink
Update setup-environment.sh
Browse files Browse the repository at this point in the history
Instruct user to run `local.yml` (not `playbook.yml`).
  • Loading branch information
evadeflow authored May 3, 2021
1 parent fcbba24 commit 57df9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ pip install -U pip setuptools wheel
pip install -r requirements.txt
echo "Setup complete! You may now run:"
echo
echo "$ ansible-playbook --ask-become-pass --ask-vault-pass playbook.yml"
echo "$ ansible-playbook --ask-become-pass --ask-vault-pass local.yml"

0 comments on commit 57df9c1

Please sign in to comment.