mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
fixed centos for all zsh
This commit is contained in:
parent
b13b92efc4
commit
36b37439c8
@ -2,6 +2,7 @@
|
||||
- name: Configure zsh-syntax-highlighting repo [CentOS]
|
||||
shell: creates=/etc/yum.repos.d/shells:zsh-users:zsh-syntax-highlighting.repo cd /etc/yum.repos.d/; wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/CentOS_7/shells:zsh-users:zsh-syntax-highlighting.repo
|
||||
become: True
|
||||
when: ansible_distribution == "CentOS"
|
||||
|
||||
- name: Install zsh
|
||||
package: name={{item}} state=present
|
||||
|
Loading…
Reference in New Issue
Block a user