fix hyprland packages needing become:true
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
- "{{ ansible_processor_nproc|int }}"
|
||||
|
||||
- name: Install hyprcursor
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
creates: "{{ path.bin }}/hyprcursor"
|
||||
chdir: "{{ hyprcursor.git_path }}"
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
- "{{ ansible_processor_nproc|int }}"
|
||||
|
||||
- name: Install hyprgraphics
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
creates: "{{ path.bin }}/hyprgraphics"
|
||||
chdir: "{{ hyprgraphics.git_path }}"
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
- "{{ ansible_processor_nproc|int }}"
|
||||
|
||||
- name: Install hyprland
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
creates: "{{ path.bin }}/hyprland"
|
||||
chdir: "{{ hyprland.git_path }}"
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
- "{{ ansible_processor_nproc|int }}"
|
||||
|
||||
- name: Install hyprlang
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
creates: "{{ path.bin }}/hyprlang"
|
||||
chdir: "{{ hyprlang.git_path }}"
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
- "{{ ansible_processor_nproc|int }}"
|
||||
|
||||
- name: Install hyprutils
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
creates: "{{ path.bin }}/hyprutils"
|
||||
chdir: "{{ hyprutils.git_path }}"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user