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

This commit is contained in:
Jannik Beyerstedt 2023-04-28 23:25:18 +02:00
parent 120072e0d5
commit cdd9bc58d2
4 changed files with 20 additions and 18 deletions

View file

@ -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