Pulizia generale dei ruoli: le installazioni systemwide sono nel deploy di ansible_mgmt.
This commit is contained in:
parent
24908aa484
commit
353f316c1e
71 changed files with 5 additions and 885 deletions
19
roles/zsh-user-cfg/tasks/main.yml
Normal file
19
roles/zsh-user-cfg/tasks/main.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue