@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
15 lines (14 loc) • 496 B
YAML
# @action Ensures ZSH is configured
# Installs Oh My ZSH on macOS/Linux
# @action Ensures ZSH is configured
# Installs Antigen PM if configured, on macOS/Linux
# @action Ensures ZSH is configured
# Installs `prezto` if configured, on macOS/Linux
# @action Ensures ZSH is configured
# Configures ZSH plugins and themes
- name: Include tasks based on the operating system
become: true
block:
- include_tasks: "install-{{ ansible_os_family }}.yml"
when: ansible_os_family != 'Windows'