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

11 lines
204 B
YAML
Raw Normal View History

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