mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-23 17:51:25 +02:00
deploy.yml unnecessary
This commit is contained in:
parent
e8f6864527
commit
418968f7c3
2 changed files with 1 additions and 5 deletions
2
algo
2
algo
|
@ -21,7 +21,7 @@ Enter the number of your desired provider
|
|||
*) exit 1 ;;
|
||||
esac
|
||||
|
||||
ansible-playbook deploy.yml -e "provider=${CLOUD}"
|
||||
ansible-playbook "${CLOUD}.yml"
|
||||
}
|
||||
|
||||
user_management () {
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
|
||||
- include: "{{ provider }}.yml"
|
||||
|
Loading…
Add table
Reference in a new issue