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