\n at EOF

This commit is contained in:
2021-09-14 10:26:16 +02:00
parent 203ae4313a
commit 59e4f3d758
11 changed files with 11 additions and 11 deletions

View File

@@ -3,4 +3,4 @@
ansible.builtin.git:
repo: "{{ item.value.dotfiles }}"
dest: "/home/{{ item.key }}/.dotfiles"
update: "{{ item.value.update }}"
update: "{{ item.value.update }}"

View File

@@ -6,4 +6,4 @@
with_nested:
- "{{ users }}"
- "{{ home_gnome_shell_extensions | dict2items }}"
notify: Compile glib schemas
notify: Compile glib schemas

View File

@@ -5,4 +5,4 @@
- name: Include gnome.yml
ansible.builtin.include: gnome.yml
when: home_configure_gnome | bool
when: home_configure_gnome | bool