Fix lint errors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2022-08-16 14:36:32 +02:00
parent d8e47cba66
commit 6c8c828300
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
4 changed files with 42 additions and 41 deletions

View file

@ -1,5 +1,6 @@
---
- block:
- name: Ansible tasks
block:
- name: Include vars for {{ ansible_os_family }}
ansible.builtin.include_vars: "{{ ansible_os_family }}.yml"
@ -14,4 +15,4 @@
- ansible_uninstall|bool
tags:
- ansible
- ansible