This is .yaml not .yml

This commit is contained in:
Kevin Fenzi 2015-09-24 23:21:37 +00:00
parent 0a2f4eda41
commit 98451c6502

View file

@ -216,7 +216,7 @@
# #
- name: install ansible_utils config - name: install ansible_utils config
copy: src={{ puppet_private }}/rbac.yml dest=/etc/ansible_utils/rbac.yml mode=0500 copy: src={{ puppet_private }}/rbac.yaml dest=/etc/ansible_utils/rbac.yaml mode=0500
tags: tags:
- batcave - batcave
- config - config