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

Install pre-requisites

parent 24d8135d
No related branches found
No related tags found
No related merge requests found
---
- name: Install pre-requisites
yum:
name:
- gcc
- ncurses-devel
- name: Download and untar zsh
ansible.builtin.unarchive:
src: "{{ zsh_src_url }}"
......
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