ansible/provision.yml
Salt 4bd018bf90 Change shebang of ansible-playbook
Yeah, it's turning out that that's more often in /usr/local/bin. Guess why
2019-09-15 01:24:44 -05:00

10 lines
158 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
- hosts: tag_role_common
roles:
- common
- hosts: tag_role_ansiblehost
roles:
- ansiblehost