\n at EOF
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
---
|
||||
home_place_dotfiles: false
|
||||
home_configure_gnome: true
|
||||
home_configure_gnome: true
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
ansible.builtin.git:
|
||||
repo: "{{ item.value.dotfiles }}"
|
||||
dest: "/home/{{ item.key }}/.dotfiles"
|
||||
update: "{{ item.value.update }}"
|
||||
update: "{{ item.value.update }}"
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
with_nested:
|
||||
- "{{ users }}"
|
||||
- "{{ home_gnome_shell_extensions | dict2items }}"
|
||||
notify: Compile glib schemas
|
||||
notify: Compile glib schemas
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
|
||||
- name: Include gnome.yml
|
||||
ansible.builtin.include: gnome.yml
|
||||
when: home_configure_gnome | bool
|
||||
when: home_configure_gnome | bool
|
||||
|
||||
Reference in New Issue
Block a user