And this is just base64 -d

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

View file

@ -80,7 +80,7 @@
when: not host_keytab_status.stat.exists
- 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:
- base
- config