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 }}" - "{{ ansible_processor_nproc|int }}"
- name: Install aquamarine - name: Install aquamarine
become: "{{ ext_become }}" become: true
ansible.builtin.command: ansible.builtin.command:
creates: "{{ path.bin }}/aquamarine" creates: "{{ path.bin }}/aquamarine"
chdir: "{{ aquamarine.git_path }}" chdir: "{{ aquamarine.git_path }}"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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