Use more portable host syntax for all

This commit is contained in:
Salt 2020-05-20 11:08:52 -05:00
parent 11923c7575
commit ef81bed63f

View File

@ -1,7 +1,7 @@
#!/usr/bin/env ansible-playbook #!/usr/bin/env ansible-playbook
# vim:ft=ansible: # vim:ft=ansible:
--- ---
- hosts: ec2 - hosts: all
roles: roles:
- common - common
- user - user