fix hyprland packages needing become:true

This commit is contained in:
Matthew Stobbs
2025-03-02 13:38:02 -07:00
parent b10162a578
commit bf02eab5ec
7 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@
- "{{ ansible_processor_nproc|int }}"
- name: Install aquamarine
become: "{{ ext_become }}"
become: true
ansible.builtin.command:
creates: "{{ path.bin }}/aquamarine"
chdir: "{{ aquamarine.git_path }}"