11 lines
204 B
YAML
11 lines
204 B
YAML
---
|
|
- name: (RH) Installing packages around zsh
|
|
ansible.builtin.yum:
|
|
name:
|
|
- zsh
|
|
- zsh-syntax-highlighting
|
|
state: present
|
|
update_cache: true
|
|
become: true
|
|
ignore_errore: true
|