10 lines
182 B
YAML
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
|