[TIDY] Set some "diff: false", fix linter warnings

This commit is contained in:
Jannik Beyerstedt 2023-04-28 23:25:25 +02:00
parent 47dd9508a6
commit f380e0ba29
34 changed files with 236 additions and 195 deletions

View file

@ -1,9 +1,9 @@
---
# Common/Update: Install All Updates
- name: update - Update and upgrade all packages
- name: Update - Update and upgrade all packages
ansible.builtin.include_tasks: "{{ item }}"
with_first_found:
- "update-{{ ansible_distribution }}.yml"
- "update-{{ (override_os_family is defined) | ternary(override_os_family,ansible_os_family) }}.yml"
- "update-{{ (override_os_family is defined) | ternary(override_os_family, ansible_os_family) }}.yml"
ignore_errors: true