dotfiles/roles/zsh/tasks/install/redhat.yml

10 lines
182 B
YAML

---
- name: (RH) Installing packages around zsh
ansible.builtin.yum:
name:
- zsh
- zsh-syntax-highlighting
state: present
update_cache: true
become: true