---
# @action Ensure Mackup is installed
# Installs Mackup on Linux and MacOS Systems
# @action Ensure Mackup is installed
# Configures rules for applications supported by default
# @action Ensure Mackup is installed
# Creates custom rules for application not supported by Mackup by default
- name: Include tasks based on the operating system
  become: true
  block:
    - include_tasks: "install-{{ ansible_os_family }}.yml"
  when: ansible_os_family != 'Windows'
