fix formatting, ensure vim filetype is set
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set aquamarine config
|
||||
ansible.builtin.set_fact:
|
||||
aquamarine:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set broot config
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set choose config
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set clangd config
|
||||
ansible.builtin.set_fact:
|
||||
clangd:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set configuration for consul
|
||||
ansible.builtin.set_fact:
|
||||
consul:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set fd config
|
||||
ansible.builtin.set_fact:
|
||||
fd:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set config for greetd
|
||||
ansible.builtin.set_fact:
|
||||
greetd:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set OS name for RedHat family
|
||||
when:
|
||||
- ansible_os_family == 'RedHat'
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set method for httpie
|
||||
ansible.builtin.set_fact:
|
||||
httpie:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hyprcursor config
|
||||
ansible.builtin.set_fact:
|
||||
hyprcursor:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hyprgraphics config
|
||||
ansible.builtin.set_fact:
|
||||
hyprgraphics:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hypridle config
|
||||
ansible.builtin.set_fact:
|
||||
hypridle:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hyprland config
|
||||
ansible.builtin.set_fact:
|
||||
hyprland:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hyprland-protocols config
|
||||
ansible.builtin.set_fact:
|
||||
hyprland_protocols:
|
||||
|
||||
@@ -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) }}"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hyprland_qtutils config
|
||||
ansible.builtin.set_fact:
|
||||
hyprland_qtutils:
|
||||
@@ -5,6 +7,6 @@
|
||||
repo: "{{ pkgconfig.hyprland_qtutils.repo }}"
|
||||
pkg_deps: "{{ pkgconfig.hyprland_qtutils.pkg_deps }}"
|
||||
build_deps: "{{ pkgconfig.hyprland_qtutils.build_deps[ansible_os_family] }}"
|
||||
installed_files: "{{ pkgconfig.hyprland_qtutils.build_installed_files}}"
|
||||
installed_files: "{{ pkgconfig.hyprland_qtutils.build_installed_files }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprland_qtutils"
|
||||
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hyprlang config
|
||||
ansible.builtin.set_fact:
|
||||
hyprlang:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hyprlock config
|
||||
ansible.builtin.set_fact:
|
||||
hyprlock:
|
||||
@@ -5,6 +7,6 @@
|
||||
repo: "{{ pkgconfig.hyprlock.repo }}"
|
||||
pkg_deps: "{{ pkgconfig.hyprlock.pkg_deps }}"
|
||||
build_deps: "{{ pkgconfig.hyprlock.build_deps[ansible_os_family] }}"
|
||||
installed_files: "{{ pkgconfig.hyprlock.build_installed_files}}"
|
||||
installed_files: "{{ pkgconfig.hyprlock.build_installed_files }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprlock"
|
||||
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hyprpaper config
|
||||
ansible.builtin.set_fact:
|
||||
hyprpaper:
|
||||
@@ -5,6 +7,6 @@
|
||||
repo: "{{ pkgconfig.hyprpaper.repo }}"
|
||||
pkg_deps: "{{ pkgconfig.hyprpaper.pkg_deps }}"
|
||||
build_deps: "{{ pkgconfig.hyprpaper.build_deps[ansible_os_family] }}"
|
||||
installed_files: "{{ pkgconfig.hyprpaper.build_installed_files}}"
|
||||
installed_files: "{{ pkgconfig.hyprpaper.build_installed_files }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprpaper"
|
||||
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hyprpicker config
|
||||
ansible.builtin.set_fact:
|
||||
hyprpicker:
|
||||
@@ -5,6 +7,6 @@
|
||||
repo: "{{ pkgconfig.hyprpicker.repo }}"
|
||||
pkg_deps: "{{ pkgconfig.hyprpicker.pkg_deps }}"
|
||||
build_deps: "{{ pkgconfig.hyprpicker.build_deps[ansible_os_family] }}"
|
||||
installed_files: "{{ pkgconfig.hyprpicker.build_installed_files}}"
|
||||
installed_files: "{{ pkgconfig.hyprpicker.build_installed_files }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprpicker"
|
||||
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hyprpolkitagent config
|
||||
ansible.builtin.set_fact:
|
||||
hyprpolkitagent:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hyprutils config
|
||||
ansible.builtin.set_fact:
|
||||
hyprutils:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set hyperwayland-scanner config
|
||||
ansible.builtin.set_fact:
|
||||
hyprwayland_scanner:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set kitty config
|
||||
ansible.builtin.set_fact:
|
||||
kitty:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set nextcloud install method
|
||||
ansible.builtin.set_fact:
|
||||
nextcloud:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set nodejs config
|
||||
ansible.builtin.set_fact:
|
||||
nodejs:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set nomad config
|
||||
ansible.builtin.set_fact:
|
||||
nomad:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set nwg-hello configuration
|
||||
ansible.builtin.set_fact:
|
||||
nwg_hello:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set packer config
|
||||
ansible.builtin.set_fact:
|
||||
packer:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set pgadmin config
|
||||
ansible.builtin.set_fact:
|
||||
pgadmin:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set pulumi config
|
||||
ansible.builtin.set_fact:
|
||||
pulumi:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set python3 config
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set sdbus-cpp-2 config
|
||||
ansible.builtin.set_fact:
|
||||
sdbus_cpp_2:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set tailscale config
|
||||
ansible.builtin.set_fact:
|
||||
tailscale:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set terraform install method
|
||||
ansible.builtin.set_fact:
|
||||
terraform:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set tidy config
|
||||
ansible.builtin.set_fact:
|
||||
tidy:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set uwsm config
|
||||
ansible.builtin.set_fact:
|
||||
uwsm:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set vault install method
|
||||
ansible.builtin.set_fact:
|
||||
vault:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set xdg-desktop-portal-hyprland config
|
||||
ansible.builtin.set_fact:
|
||||
xdg_desktop_portal_hyprland:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set xh config
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set distro name
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user