[TIDY] Set some "diff: false", fix linter warnings
This commit is contained in:
parent
47dd9508a6
commit
f380e0ba29
34 changed files with 236 additions and 195 deletions
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
# Common/Update: Install All Updates - Debian Version
|
||||
|
||||
- name: update - Update and upgrade all packages
|
||||
become: yes
|
||||
- name: Update - Update and upgrade all packages
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
force_apt_get: true
|
||||
name: "*"
|
||||
state: latest
|
||||
update_cache: yes
|
||||
autoclean: yes
|
||||
autoremove: yes
|
||||
update_cache: true
|
||||
autoclean: true
|
||||
autoremove: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue