1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

fixed centos install vim

This commit is contained in:
eoli3n 2017-12-22 19:39:23 +01:00
parent 48e0f1243f
commit 8552638c31
2 changed files with 2 additions and 1 deletions

1
TODO

@ -5,3 +5,4 @@
- TOFIX: chsh in vagrant config file for FreeBSD
- TOTEST : powerlines
- TOFIX : debian hangs install 2.4 ansible
- TODO: check best install method all distrib powerline

@ -29,7 +29,7 @@
when: ansible_distribution == "CentOS"
- name: Install zsh
package: name={{item}} state=present
package: name={{item}} state=present force=yes update_cache=yes
with_items:
- zsh
- most