[GIT] refactor submodules: add all to own repo
This commit is contained in:
commit
6ce42341b2
19 changed files with 328 additions and 0 deletions
8
tasks/update.yml
Normal file
8
tasks/update.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
# Common/Update: Install All Updates
|
||||
|
||||
- name: update - Update and upgrade all packages
|
||||
include_tasks: "{{ item }}"
|
||||
with_first_found:
|
||||
- "update-{{ ansible_distribution }}.yml"
|
||||
- "update-{{ ansible_os_family }}.yml"
|
Loading…
Add table
Add a link
Reference in a new issue