Make play run on only 127.0.0.1, not 'localhost' also.

This commit is contained in:
Jeff Geerling 2016-09-25 22:50:10 -05:00
parent 948797788d
commit 8b8227ed93

View file

@ -1,5 +1,5 @@
--- ---
- hosts: localhost - hosts: all
connection: local connection: local
vars_files: vars_files: