[GIT] refactor submodules: add all to own repo
This commit is contained in:
commit
6ce42341b2
19 changed files with 328 additions and 0 deletions
12
tasks/update-Debian.yml
Normal file
12
tasks/update-Debian.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# Common/Update: Install All Updates - Debian Version
|
||||
|
||||
- name: update - Update and upgrade all packages
|
||||
become: yes
|
||||
apt:
|
||||
force_apt_get: true
|
||||
name: "*"
|
||||
state: latest
|
||||
update_cache: yes
|
||||
autoclean: yes
|
||||
autoremove: yes
|
Loading…
Add table
Add a link
Reference in a new issue