Fixes for ansible-lint
This commit is contained in:
parent
225d79acad
commit
82a43f8921
10 changed files with 23 additions and 21 deletions
|
@ -8,6 +8,6 @@
|
|||
ansible.builtin.template:
|
||||
dest: /etc/krb5.conf.d/realm.conf
|
||||
src: realm.conf.j2
|
||||
mode: 0644
|
||||
mode: "0644"
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue