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