Remove specification of hosts file when running
This is already covered by `ansible.cfg`
This commit is contained in:
parent
a896c5826e
commit
cbf1228ad9
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
sudo env/bin/ansible-playbook -i hosts dotfiles.yml
|
sudo env/bin/ansible-playbook dotfiles.yml
|
||||||
|
|
|
@ -10,4 +10,4 @@ yamllint -sc yamllint.yml yamllint.yml dotfiles.yml tasks/ vars.yml
|
||||||
|
|
||||||
ansible-lint dotfiles.yml -p -c .ansible-lint
|
ansible-lint dotfiles.yml -p -c .ansible-lint
|
||||||
|
|
||||||
ansible-playbook -i hosts dotfiles.yml --syntax-check
|
ansible-playbook dotfiles.yml --syntax-check
|
||||||
|
|
Loading…
Reference in a new issue