dotfiles/roles/zsh/tasks/main.yml

20 lines
331 B
YAML

---
# Setting up zsh
- name: Installation
ansible.builtin.include_tasks: "install/{{ ansible_os_family | lower }}.yml"
args:
apply:
tags:
- zsh
- zsh-install
tags:
- zsh
- zsh-install
- name: Configuration
ansible.builtin.import_tasks: config/main.yml
tags:
- zsh
- zsh-config