Use synchronize instead
This commit is contained in:
parent
74b67c9635
commit
f0573549b0
@ -63,7 +63,7 @@
|
|||||||
tags: config
|
tags: config
|
||||||
|
|
||||||
- name: Copy config for SDDM (root)
|
- name: Copy config for SDDM (root)
|
||||||
ansible.builtin.copy:
|
ansible.posix.synchronize:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: "/var/lib/sddm/.config/"
|
dest: "/var/lib/sddm/.config/"
|
||||||
owner: sddm
|
owner: sddm
|
||||||
|
Loading…
Reference in New Issue
Block a user