Optimized whitespacing

This commit is contained in:
2025-09-23 00:50:35 +02:00
parent 208848579d
commit 6da7f28370
2 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@
- name: Link homefolders to cloud
ansible.builtin.file:
src: "{{nextcloud_cloud_directory}}{{item}}"
dest: "{{nextcloud_user_home_directory}}{{item}}"
src: "{{nextcloud_cloud_directory}}{{ item }}"
dest: "{{nextcloud_user_home_directory}}{{ item }}"
owner: "{{ users[desktop_username].username }}"
group: "{{ users[desktop_username].username }}"
state: link