Small config and lint fixes

This commit is contained in:
Annika Merris 2026-03-08 21:27:19 +00:00
parent c0da6037de
commit 00cf26efa7
27 changed files with 80 additions and 70 deletions

View file

@ -1,6 +1,6 @@
---
- name: Load distro-specific variables
ansible.builtin.include_vars: '{{ item }}'
ansible.builtin.include_vars: "{{ item }}"
tags: always
with_first_found:
- files:
@ -44,6 +44,6 @@
recreate: always
rescue:
- name: Set that this task failed
- name: Set that this task failed # noqa: var-naming[no-role-prefix]
ansible.builtin.set_fact:
task_failed: true