mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
Make play run on only 127.0.0.1, not 'localhost' also.
This commit is contained in:
parent
948797788d
commit
8b8227ed93
1 changed files with 1 additions and 1 deletions
2
main.yml
2
main.yml
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: all
|
||||||
connection: local
|
connection: local
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
|
|
Loading…
Reference in a new issue