try another way to install tmuxinator
This commit is contained in:
parent
6e2b1cab4d
commit
1aedddce07
@ -43,4 +43,13 @@
|
|||||||
line: 'Color'
|
line: 'Color'
|
||||||
backrefs: yes
|
backrefs: yes
|
||||||
|
|
||||||
|
- name: Install Tmuxinator
|
||||||
|
aur:
|
||||||
|
name: "{{ item }}"
|
||||||
|
use: makepkg
|
||||||
|
skip_installed: true
|
||||||
|
with_items:
|
||||||
|
- tmuxinator
|
||||||
|
become: yes
|
||||||
|
become_user: aur_builder
|
||||||
|
|
||||||
|
@ -21,10 +21,10 @@
|
|||||||
owner: "{{ item.username }}"
|
owner: "{{ item.username }}"
|
||||||
with_items: "{{ me }}"
|
with_items: "{{ me }}"
|
||||||
|
|
||||||
- name: Install tmuxinator
|
# - name: Install tmuxinator
|
||||||
gem:
|
# gem:
|
||||||
name: tmuxinator
|
# name: tmuxinator
|
||||||
state: latest
|
# state: latest
|
||||||
|
|
||||||
- name: Copy .vim/
|
- name: Copy .vim/
|
||||||
copy:
|
copy:
|
||||||
|
Loading…
Reference in New Issue
Block a user