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

@@ -47,7 +47,7 @@
- "{{ ansible_processor_nproc|int }}"
- name: Install hyprwayland-scanner
become: "{{ ext_become }}"
become: true
ansible.builtin.command:
creates: "{{ path.bin }}/hyprwayland-scanner"
chdir: "{{ d_tempdir.path }}/hyprwayland-scanner"