[TIDY] Set some "diff: false", fix linter warnings
This commit is contained in:
parent
120072e0d5
commit
cdd9bc58d2
4 changed files with 20 additions and 18 deletions
|
|
@ -2,10 +2,11 @@
|
|||
# Tinc/Setup: Install tinc application - Debian Version
|
||||
|
||||
- name: Setup - Install
|
||||
become: yes
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name: "{{ packages }}"
|
||||
state: present
|
||||
vars:
|
||||
packages:
|
||||
- tinc
|
||||
diff: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue