And copy wants dest, not path
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
13da5c86e4
commit
e1fd970441
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue