feat: make ansible tags more granular

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-08-30 15:10:39 +02:00
parent e47ac5b8f6
commit 16d977227c
Signed by: mfocko
GPG key ID: 7C47D46246790496
6 changed files with 28 additions and 14 deletions
roles/user/shell/zsh/tasks

View file

@ -5,10 +5,11 @@
- name: Plugin oh-my-zsh
ansible.builtin.include_tasks: oh-my-zsh.yml
tags: zsh-oh-my-zsh
tags: zsh/oh-my-zsh
- name: Plugin starship
ansible.builtin.include_tasks: starship.yml
tags: zsh/starship
- name: Set default shell
become: true