deploy.yml unnecessary

This commit is contained in:
jack 2016-08-14 20:13:42 +03:00
parent dd1b431cba
commit 368e2da740
2 changed files with 1 additions and 5 deletions

2
algo
View file

@ -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 () {

View file

@ -1,4 +0,0 @@
---
- include: "{{ provider }}.yml"