Avoid always 'changed' status

This commit is contained in:
Andreas B. Mundt 2026-02-03 16:57:28 +01:00
parent e4509661f6
commit 04a7f48f73

View file

@ -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