Remove redundant bash script

This commit is contained in:
Jake Howard 2018-09-09 09:02:24 +01:00
parent 18df0273d4
commit 33c9fe13a7
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 1 additions and 6 deletions

View File

@ -12,4 +12,4 @@ ansible = "*"
python_version = "3.7"
[scripts]
deploy = "bash ./deploy.sh"
deploy = "ansible-playbook -i hosts dotfiles.yml -C"

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -e
ansible-playbook -i hosts dotfiles.yml