Skip to content
Snippets Groups Projects

Feat install zsh

Merged Bo-Chun Chen requested to merge louistw/packer-openstack-hpc-image:feat-install-zsh into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -13,7 +13,7 @@
validate_certs: no
- name: Configure zsh
ansible.builtin.command: ./configure
ansible.builtin.command: ./configure --with-tcsetpgrp
args:
chdir: "/tmp/zsh-{{ zsh_ver }}"
become: true
Loading