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

This commit is contained in:
Adrien Reslinger 2022-08-16 15:40:52 +02:00
parent 82bdb9a37d
commit 806565d2b3
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -1,5 +1,6 @@
---
- block:
- name: base setup
block:
- name: Include vars for {{ ansible_os_family }}
ansible.builtin.include_vars: "{{ ansible_os_family }}_{{ ansible_distribution_major_version }}.yml"
@ -179,7 +180,8 @@
regexp: '^#compress'
replace: 'compress'
- block:
- name: TCPWrapper setup
block:
- name: Verify if hosts.deny TCP_Wrappers file exists
ansible.builtin.stat:
path: "/etc/hosts.deny"