Write it out as 0600

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-10-27 09:03:17 +00:00
parent eadbe5bbc3
commit 3b6d5d7cb3

View file

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