Skip to content
Snippets Groups Projects
Commit 1f375d9d authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add dependencies for zsh

parent ae4793d4
No related branches found
No related tags found
No related merge requests found
---
- name: Install zsh pre-requisites
yum:
- name: Install zsh dependencies
ansible.builtin.yum:
name:
- autoconf
- bzip2
- coreutils
- epel-release
- gawk
- gcc
- gdbm-devel
- git
- grep
- gzip
- hostname
- libcap-devel
- make
- ncurses-devel
- pcre-devel
- rpm-build
- sed
- tar
- texi2html
- texinfo
- xz
- name: Download and untar zsh
ansible.builtin.unarchive:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment