tweaks for lint happiness

This commit is contained in:
Mark Riedesel 2024-11-22 13:32:30 -06:00
parent 5d78efcac5
commit c6f5d3546a
12 changed files with 128 additions and 104 deletions

View file

@ -1,6 +1,7 @@
---
- name: Check for archinstall in path
ansible.builtin.command: which archinstall
changed_when: false
ignore_errors: true
register: which_archinstall