summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/hyprtheme/tasks/main.yml')
-rw-r--r--roles/hyprtheme/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/hyprtheme/tasks/main.yml b/roles/hyprtheme/tasks/main.yml
index 06640c49..a31cd296 100644
--- a/roles/hyprtheme/tasks/main.yml
+++ b/roles/hyprtheme/tasks/main.yml
@@ -10,7 +10,7 @@
path: "{{ ansible_facts['env']['HOME'] }}/.config/hyprtheme/themes/{{ item }}"
state: "directory"
mode: "0755"
- loop: "{{ hyprtheme_themes_to_install }}"
+ loop: "{{ hyprtheme_themes }}"
- name: "Create scripts directory"
ansible.builtin.file:
@@ -22,7 +22,7 @@
ansible.builtin.include_tasks: "template-theme.yml"
vars:
hyprtheme_name: "{{ item }}"
- loop: "{{ hyprtheme_themes_to_install }}"
+ loop: "{{ hyprtheme_themes }}"
- name: "Copy theme scripts"
ansible.builtin.copy: