fix formatting, ensure vim filetype is set
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hyprland_qt_support config
|
||||
ansible.builtin.set_fact:
|
||||
hyprland_qt_support:
|
||||
@@ -5,6 +7,6 @@
|
||||
repo: "{{ pkgconfig.hyprland_qt_support.repo }}"
|
||||
pkg_deps: "{{ pkgconfig.hyprland_qt_support.pkg_deps }}"
|
||||
build_deps: "{{ pkgconfig.hyprland_qt_support.build_deps[ansible_os_family] }}"
|
||||
installed_files: "{{ pkgconfig.hyprland_qt_support.build_installed_files}}"
|
||||
installed_files: "{{ pkgconfig.hyprland_qt_support.build_installed_files }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprland_qt_support"
|
||||
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"
|
||||
|
||||
Reference in New Issue
Block a user