Pulizia generale dei ruoli: le installazioni systemwide sono nel deploy di ansible_mgmt.

This commit is contained in:
Emiliano Vavassori 2024-12-26 00:11:15 +01:00
parent 24908aa484
commit 353f316c1e
71 changed files with 5 additions and 885 deletions

View file

@ -0,0 +1,19 @@
---
# 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