add ansible-lint

This commit is contained in:
Matthew Stobbs
2025-02-01 14:41:01 -07:00
parent a6bb46d736
commit b33d28ad5b

View File

@@ -0,0 +1,4 @@
---
- name: append to pkgs
ansible.builtin.set_fact:
syspkgs: "{{ syspkgs + [ 'ansible-lint' ] }}"