deploy.yml unnecessary

This commit is contained in:
jack 2016-08-14 20:13:42 +03:00
parent e8f6864527
commit 418968f7c3
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"