Avoid always 'changed' status
This commit is contained in:
parent
e4509661f6
commit
04a7f48f73
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: sssd.conf.j2
|
src: sssd.conf.j2
|
||||||
dest: /etc/sssd/sssd.conf
|
dest: /etc/sssd/sssd.conf
|
||||||
mode: '0600'
|
mode: '0640'
|
||||||
notify: Restart sssd
|
notify: Restart sssd
|
||||||
|
|
||||||
- name: Check if the machine account password and the join are still valid
|
- name: Check if the machine account password and the join are still valid
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue