keytab: Lint fixes
This commit is contained in:
parent
f4b10c9335
commit
3c2a8b83b4
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@
|
|||
state: absent
|
||||
delegate_to: ldap01.home.foo.sh
|
||||
- name: deploy keytab file
|
||||
shell: "umask 077 && echo '{{ keytab_data.stdout }}' | base64 -d > {{keytab }}"
|
||||
shell: >-
|
||||
umask 077 &&
|
||||
echo '{{ keytab_data.stdout }}' | base64 -d > {{ keytab }}
|
||||
when: not keytab_status.stat.exists
|
||||
|
||||
- name: check keytab permissions
|
||||
|
|
Loading…
Add table
Reference in a new issue