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:
parent
48e0f1243f
commit
8552638c31
1
TODO
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
|
||||
|
Loading…
Reference in New Issue
Block a user