try another way to install tmuxinator

This commit is contained in:
Bertrand Benjamin 2018-08-25 18:10:10 +02:00
parent 6e2b1cab4d
commit 1aedddce07
2 changed files with 13 additions and 4 deletions

View File

@ -43,4 +43,13 @@
line: 'Color'
backrefs: yes
- name: Install Tmuxinator
aur:
name: "{{ item }}"
use: makepkg
skip_installed: true
with_items:
- tmuxinator
become: yes
become_user: aur_builder

View File

@ -21,10 +21,10 @@
owner: "{{ item.username }}"
with_items: "{{ me }}"
- name: Install tmuxinator
gem:
name: tmuxinator
state: latest
# - name: Install tmuxinator
# gem:
# name: tmuxinator
# state: latest
- name: Copy .vim/
copy: