@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
13 lines (12 loc) • 465 B
YAML
# @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'