Use synchronize instead

This commit is contained in:
exu 2024-10-14 21:12:50 +02:00
parent 74b67c9635
commit f0573549b0

View File

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