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