Add RedHat support for zsh role

This commit is contained in:
Kenneth Benzie 2023-05-30 20:02:46 -04:00
parent 19a425ed36
commit c5bbb57b69

View File

@ -0,0 +1,8 @@
---
- name: install yum packages
become: true
yum:
name:
- zsh
- pinentry-tty
state: latest