working on helpers
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
- name: Set Hyprland install method
|
||||
when:
|
||||
- hyprland_install_method is undefined
|
||||
ansible.bulitin.set_fact:
|
||||
ansible.builtin.set_fact:
|
||||
hyprland_install_method: "{% if install_method in hyprland_install_methods %}{{ install_method }}{% else %}{{ hyprland_install_methods[0] }}{% endif %}"
|
||||
|
||||
- name: Set Hyprland source install configuration
|
||||
when:
|
||||
- hyprland_install_method == 'source'
|
||||
ansible.bulitin.set_fact:
|
||||
ansible.builtin.set_fact:
|
||||
hyprland_version: "{{ hyprland_version | default('v0.53.3') }}"
|
||||
hyprland_git_repo: "{{ hyprland_git_repo | default('https://github.com/hyprwm/Hyprland') }}"
|
||||
hyprland_build_deps:
|
||||
|
||||
Reference in New Issue
Block a user