---
# tasks file for os-updates

- name: Update all installed packages
  block:
    - include_tasks: "update_{{ ansible_os_family }}.yml"