[DOC] update readme, change main.yml (fix #1)

This commit is contained in:
Jannik Beyerstedt 2019-10-12 13:09:27 +02:00
parent 92db64f338
commit 34a2109051
3 changed files with 62 additions and 15 deletions

View file

@ -1,9 +1,6 @@
---
# Common/Update: Install All Updates
- debug:
msg: OS Family {{ override_os_family }} -> {{ (override_os_family is defined) | ternary(override_os_family,ansible_os_family) }}
- name: update - Update and upgrade all packages
include_tasks: "{{ item }}"
with_first_found: