mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-31 01:11:36 +08:00
Write it out as 0600
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user