fix hyprland packages needing become:true
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
@@ -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 }}"
|
||||||
|
|||||||
@@ -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 }}"
|
||||||
|
|||||||
@@ -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 }}"
|
||||||
|
|||||||
@@ -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 }}"
|
||||||
|
|||||||
@@ -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 }}"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user