Write it out as 0600
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
eadbe5bbc3
commit
3b6d5d7cb3
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 -d /etc/krb5.keytab.b64 >/etc/krb5.keytab
|
shell: "umask 077; 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