Remove specification of hosts file when running

This is already covered by `ansible.cfg`
This commit is contained in:
Jake Howard 2020-06-15 13:03:05 +01:00
parent a896c5826e
commit cbf1228ad9
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
set -ex
sudo env/bin/ansible-playbook -i hosts dotfiles.yml
sudo env/bin/ansible-playbook dotfiles.yml

View File

@ -10,4 +10,4 @@ yamllint -sc yamllint.yml yamllint.yml dotfiles.yml tasks/ vars.yml
ansible-lint dotfiles.yml -p -c .ansible-lint
ansible-playbook -i hosts dotfiles.yml --syntax-check
ansible-playbook dotfiles.yml --syntax-check