fix formatting, ensure vim filetype is set

This commit is contained in:
Matthew Stobbs
2025-03-31 18:15:07 -06:00
parent 59a31858f4
commit 8abb14ce33
122 changed files with 256 additions and 25 deletions

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Download packer archive - name: Download packer archive
ansible.builtin.get_url: ansible.builtin.get_url:
dest: "{{ d_tempdir.path }}/{{ packer.archive.file }}" dest: "{{ d_tempdir.path }}/{{ packer.archive.file }}"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set aquamarine config - name: Set aquamarine config
ansible.builtin.set_fact: ansible.builtin.set_fact:
aquamarine: aquamarine:

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
--- ---
- name: Set broot config - name: Set broot config
ansible.builtin.set_fact: ansible.builtin.set_fact:

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
--- ---
- name: Set choose config - name: Set choose config
ansible.builtin.set_fact: ansible.builtin.set_fact:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set clangd config - name: Set clangd config
ansible.builtin.set_fact: ansible.builtin.set_fact:
clangd: clangd:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set configuration for consul - name: Set configuration for consul
ansible.builtin.set_fact: ansible.builtin.set_fact:
consul: consul:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set fd config - name: Set fd config
ansible.builtin.set_fact: ansible.builtin.set_fact:
fd: fd:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set config for greetd - name: Set config for greetd
ansible.builtin.set_fact: ansible.builtin.set_fact:
greetd: greetd:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set OS name for RedHat family - name: Set OS name for RedHat family
when: when:
- ansible_os_family == 'RedHat' - ansible_os_family == 'RedHat'

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set method for httpie - name: Set method for httpie
ansible.builtin.set_fact: ansible.builtin.set_fact:
httpie: httpie:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprcursor config - name: Set hyprcursor config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprcursor: hyprcursor:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprgraphics config - name: Set hyprgraphics config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprgraphics: hyprgraphics:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hypridle config - name: Set hypridle config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hypridle: hypridle:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprland config - name: Set hyprland config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprland: hyprland:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprland-protocols config - name: Set hyprland-protocols config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprland_protocols: hyprland_protocols:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprland_qt_support config - name: Set hyprland_qt_support config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprland_qt_support: hyprland_qt_support:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprland_qtutils config - name: Set hyprland_qtutils config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprland_qtutils: hyprland_qtutils:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprlang config - name: Set hyprlang config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprlang: hyprlang:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprlock config - name: Set hyprlock config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprlock: hyprlock:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprpaper config - name: Set hyprpaper config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprpaper: hyprpaper:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprpicker config - name: Set hyprpicker config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprpicker: hyprpicker:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprpolkitagent config - name: Set hyprpolkitagent config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprpolkitagent: hyprpolkitagent:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprutils config - name: Set hyprutils config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprutils: hyprutils:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyperwayland-scanner config - name: Set hyperwayland-scanner config
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprwayland_scanner: hyprwayland_scanner:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set kitty config - name: Set kitty config
ansible.builtin.set_fact: ansible.builtin.set_fact:
kitty: kitty:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set nextcloud install method - name: Set nextcloud install method
ansible.builtin.set_fact: ansible.builtin.set_fact:
nextcloud: nextcloud:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set nodejs config - name: Set nodejs config
ansible.builtin.set_fact: ansible.builtin.set_fact:
nodejs: nodejs:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set nomad config - name: Set nomad config
ansible.builtin.set_fact: ansible.builtin.set_fact:
nomad: nomad:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set nwg-hello configuration - name: Set nwg-hello configuration
ansible.builtin.set_fact: ansible.builtin.set_fact:
nwg_hello: nwg_hello:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set packer config - name: Set packer config
ansible.builtin.set_fact: ansible.builtin.set_fact:
packer: packer:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set pgadmin config - name: Set pgadmin config
ansible.builtin.set_fact: ansible.builtin.set_fact:
pgadmin: pgadmin:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set pulumi config - name: Set pulumi config
ansible.builtin.set_fact: ansible.builtin.set_fact:
pulumi: pulumi:

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
--- ---
- name: Set python3 config - name: Set python3 config
ansible.builtin.set_fact: ansible.builtin.set_fact:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set sdbus-cpp-2 config - name: Set sdbus-cpp-2 config
ansible.builtin.set_fact: ansible.builtin.set_fact:
sdbus_cpp_2: sdbus_cpp_2:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set tailscale config - name: Set tailscale config
ansible.builtin.set_fact: ansible.builtin.set_fact:
tailscale: tailscale:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set terraform install method - name: Set terraform install method
ansible.builtin.set_fact: ansible.builtin.set_fact:
terraform: terraform:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set tidy config - name: Set tidy config
ansible.builtin.set_fact: ansible.builtin.set_fact:
tidy: tidy:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set uwsm config - name: Set uwsm config
ansible.builtin.set_fact: ansible.builtin.set_fact:
uwsm: uwsm:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set vault install method - name: Set vault install method
ansible.builtin.set_fact: ansible.builtin.set_fact:
vault: vault:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set xdg-desktop-portal-hyprland config - name: Set xdg-desktop-portal-hyprland config
ansible.builtin.set_fact: ansible.builtin.set_fact:
xdg_desktop_portal_hyprland: xdg_desktop_portal_hyprland:

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
--- ---
- name: Set xh config - name: Set xh config
ansible.builtin.set_fact: ansible.builtin.set_fact:

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
--- ---
- name: Set distro name - name: Set distro name
when: when:

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
--- ---
- name: Install go package {{ pkg }} - name: Install go package {{ pkg }}
become: "{{ ext_become }}" become: "{{ ext_become }}"

View File

@@ -1,4 +1,4 @@
# vim: set filetype=yaml : # vim: set filetype=yaml.ansible :
--- ---
- name: Add lazygit - name: Add lazygit
when: when:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Append mc to pkg_go - name: Append mc to pkg_go
ansible.builtin.set_fact: ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/minio/mc@latest'] }}" pkg_go: "{{ pkg_go + ['github.com/minio/mc@latest'] }}"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Add nwg-hello - name: Add nwg-hello
when: when:
- nwg_hello_configured is undefined - nwg_hello_configured is undefined

View File

@@ -1,4 +1,4 @@
# vim: filetype=yaml.ansible : # vim: set filetype=yaml.ansible :
--- ---
- name: Add sqlls - name: Add sqlls
when: when:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }} - name: Remove existing install {{ pkg }}
when: when:
- aquamarine.clean - aquamarine.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }} - name: Remove existing install of {{ pkg }}
when: when:
- hyprcursor.clean - hyprcursor.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }} - name: Remove existing install of {{ pkg }}
when: when:
- hyprgraphics.clean - hyprgraphics.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }} - name: Remove existing install of {{ pkg }}
when: when:
- hypridle.clean - hypridle.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }} - name: Remove existing install of {{ pkg }}
when: when:
- hyprland.clean - hyprland.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }} - name: Remove existing install of {{ pkg }}
when: when:
- hyprland_qt_support.clean - hyprland_qt_support.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }} - name: Remove existing install of {{ pkg }}
when: when:
- hyprland_qtutils.clean - hyprland_qtutils.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }} - name: Remove existing install {{ pkg }}
when: when:
- hyprlang.clean - hyprlang.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }} - name: Remove existing install {{ pkg }}
when: when:
- hyprlock.clean - hyprlock.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }} - name: Remove existing install {{ pkg }}
when: when:
- hyprpaper.clean - hyprpaper.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }} - name: Remove existing install {{ pkg }}
when: when:
- hyprpicker.clean - hyprpicker.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }} - name: Remove existing install {{ pkg }}
when: when:
- hyprpolkitagent.clean - hyprpolkitagent.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }} - name: Remove existing install {{ pkg }}
when: when:
- hyprutils.clean - hyprutils.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }} - name: Remove existing install {{ pkg }}
when: when:
- hyprwayland_scanner.clean - hyprwayland_scanner.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }} - name: Remove existing install {{ pkg }}
when: when:
- nwg_hello.clean - nwg_hello.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }} - name: Remove existing install {{ pkg }}
when: when:
- sdbus_cpp_2.clean - sdbus_cpp_2.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }} - name: Remove existing install {{ pkg }}
when: when:
- xdg_desktop_portal_hyprland.clean - xdg_desktop_portal_hyprland.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
alacritty: alacritty:
version: 0.15.1 version: 0.15.1
method: method:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
aquamarine: aquamarine:
version: v0.8.0 version: v0.8.0
repo: "{{ hyprgitbase }}/aquamarine" repo: "{{ hyprgitbase }}/aquamarine"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
bitwarden: bitwarden:
flatpak: flatpak:
name: com.bitwarden.desktop name: com.bitwarden.desktop

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
broot: broot:
version: 1.44.7 version: 1.44.7
build_deps: build_deps:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
carapace: carapace:
version: 0.2.0 version: 0.2.0
pkgs: pkgs:

View File

@@ -1,2 +1,4 @@
# vim: set filetype=yaml.ansible :
---
choose: choose:
version: 1.3.6 version: 1.3.6

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
clangd: clangd:
pkgs: pkgs:
RedHat: RedHat:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
consul: consul:
pkgs: pkgs:
Linux: Linux:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
fd: fd:
pkgs: pkgs:
Darwin: Darwin:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
ghostty: ghostty:
version: v1.1.3 version: v1.1.3
optimize: ReleaseFast optimize: ReleaseFast

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
git: git:
pkgs: pkgs:
Darwin: Darwin:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
go: go:
base_url: https://go.dev/dl base_url: https://go.dev/dl
version: 1.24.0 version: 1.24.0

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
greetd: greetd:
pkgs: pkgs:
RedHat: RedHat:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hashicorp: hashicorp:
Linux: Linux:
".el9": ".el9":

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
httpie: httpie:
flatpak: flatpak:
name: io.httpie.Httpie name: io.httpie.Httpie

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprcursor: hyprcursor:
version: v0.1.12 version: v0.1.12
repo: "{{ hyprgitbase }}/hyprcursor" repo: "{{ hyprgitbase }}/hyprcursor"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprgraphics: hyprgraphics:
version: v0.1.2 version: v0.1.2
repo: "{{ hyprgitbase }}/hyprgraphics" repo: "{{ hyprgitbase }}/hyprgraphics"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hypridle: hypridle:
version: v0.1.6 version: v0.1.6
repo: "{{ hyprgitbase }}/hypridle" repo: "{{ hyprgitbase }}/hypridle"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprland: hyprland:
version: v0.48.1 version: v0.48.1
repo: "{{ hyprgitbase }}/Hyprland" repo: "{{ hyprgitbase }}/Hyprland"
@@ -10,7 +12,6 @@ hyprland:
- hyprlang - hyprlang
- hyprcursor - hyprcursor
- hyprgraphics - hyprgraphics
- aquamarine
- hyprpolkitagent - hyprpolkitagent
- hyprland_qtutils - hyprland_qtutils
- hyprlock - hyprlock

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprland_protocols: hyprland_protocols:
version: v0.6.2 version: v0.6.2
repo: "{{ hyprgitbase }}/hyprland-protocols" repo: "{{ hyprgitbase }}/hyprland-protocols"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprland_qt_support: hyprland_qt_support:
version: v0.1.0 version: v0.1.0
repo: "{{ hyprgitbase }}/hyprland-qt-support" repo: "{{ hyprgitbase }}/hyprland-qt-support"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprland_qtutils: hyprland_qtutils:
version: v0.1.3 version: v0.1.3
repo: "{{ hyprgitbase }}/hyprland-qtutils" repo: "{{ hyprgitbase }}/hyprland-qtutils"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprlang: hyprlang:
version: v0.6.0 version: v0.6.0
repo: "{{ hyprgitbase }}/hyprlang" repo: "{{ hyprgitbase }}/hyprlang"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprlock: hyprlock:
version: v0.7.0 version: v0.7.0
repo: "{{ hyprgitbase }}/hyprlock" repo: "{{ hyprgitbase }}/hyprlock"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprpaper: hyprpaper:
version: v0.7.4 version: v0.7.4
repo: "{{ hyprgitbase }}/hyprpaper" repo: "{{ hyprgitbase }}/hyprpaper"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprpolkitagent: hyprpolkitagent:
version: v0.1.2 version: v0.1.2
repo: "{{ hyprgitbase }}/hyprpolkitagent" repo: "{{ hyprgitbase }}/hyprpolkitagent"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprutils: hyprutils:
version: v0.5.2 version: v0.5.2
repo: "{{ hyprgitbase }}/hyprutils" repo: "{{ hyprgitbase }}/hyprutils"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprwayland_scanner: hyprwayland_scanner:
version: v0.4.4 version: v0.4.4
repo: "{{ hyprgitbase }}/hyprwayland-scanner" repo: "{{ hyprgitbase }}/hyprwayland-scanner"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprpicker: hyprpicker:
version: v0.4.3 version: v0.4.3
repo: "{{ hyprgitbase }}/hyprpicker" repo: "{{ hyprgitbase }}/hyprpicker"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
kitty: kitty:
pkgs: pkgs:
Darwin: Darwin:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
libreoffice: libreoffice:
methods: methods:
default: sys default: sys

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
luals: luals:
version: 3.13.5 version: 3.13.5
base_url: https://github.com/LuaLS/lua-language-server/releases/download base_url: https://github.com/LuaLS/lua-language-server/releases/download

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
neovide: neovide:
version: 0.14.1 version: 0.14.1
git_repo: https://github.com/neovide/neovide.git git_repo: https://github.com/neovide/neovide.git

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
neovim: neovim:
version: v0.11.0 version: v0.11.0
build_type: Release build_type: Release

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
# Font key is the name from [https://www.nerdfonts.com/font-downloads] # Font key is the name from [https://www.nerdfonts.com/font-downloads]
# If the archive name is different from the listed name, it is set as the archive key # If the archive name is different from the listed name, it is set as the archive key
nerdfonts: nerdfonts:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
nextcloud: nextcloud:
flatpak: flatpak:
name: com.nextcloud.desktopclient.nextcloud name: com.nextcloud.desktopclient.nextcloud

Some files were not shown because too many files have changed in this diff Show More