And copy wants dest, not path

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-10-27 09:00:51 +00:00
parent 13da5c86e4
commit e1fd970441

View file

@ -70,7 +70,7 @@
when: not host_keytab_status.stat.exists
- name: Deploy base64 keytab
copy: path=/etc/krb5.keytab.b64
copy: dest=/etc/krb5.keytab.b64
content={{keytab.stdout}}
owner=root group=root mode=0600
tags: