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

Add dependencies for zsh

parent 4a16b3f9
No related branches found
No related tags found
1 merge request!10Add gitlab ci into project
--- ---
- 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: Copy zsh rpm to /tmp - name: Copy zsh rpm to /tmp
ansible.builtin.copy: ansible.builtin.copy:
src: zsh-5.9-2.el7.x86_64.rpm src: zsh-5.9-2.el7.x86_64.rpm
......
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