set filetype to yaml.ansible for all yml files

This commit is contained in:
Matthew Stobbs
2025-02-09 18:24:38 -07:00
parent 80af799c47
commit c9e5f7f9ab
130 changed files with 138 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
---
- name: append to syspkgs
ansible.builtin.set_fact:
@@ -12,7 +13,7 @@
when:
- pkgconfig_rust is undefined
- ansbile.builtin.set_fact:
- ansible.builtin.set_fact:
cargopkgs: "{{ cargopkgs + [ 'gping' ] }}"
when:
- ansible_os_family != 'Darwin'