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

View File

@@ -7,7 +7,7 @@
- name: "copy templates {{ TAIGA_SETTING_FILES }} for taiga-contrib-oidc-auth"
template:
src: "taiga/{{item}}.py.j2"
src: "taiga/{{ item }}.py.j2"
dest: "{{ [ docker_compose.directories.config, 'taiga-' ~ item ~ '.py'] | path_join }}"
when: TAIGA_TAIGAIO_ENABLED | bool
notify: docker compose up