infrastructure-as-code/roles/zsh/tasks/main.yml

6 lines
150 B
YAML
Raw Normal View History

2023-01-15 15:52:26 +00:00
---
- name: Configure ZSH for root
ansible.builtin.include_tasks: root.yml
- name: Configure ZSH for user
ansible.builtin.include_tasks: user.yml