And this is just base64 -d
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e1fd970441
commit
eadbe5bbc3
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
when: not host_keytab_status.stat.exists
|
when: not host_keytab_status.stat.exists
|
||||||
|
|
||||||
- name: Base64-decode keytab
|
- name: Base64-decode keytab
|
||||||
shell: base64-decode -d /etc/krb5.keytab.b64 >/etc/krb5.keytab
|
shell: base64 -d /etc/krb5.keytab.b64 >/etc/krb5.keytab
|
||||||
tags:
|
tags:
|
||||||
- base
|
- base
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue