Fix: remove installation of tmuxinator
This commit is contained in:
parent
6d572a178d
commit
da0c20ad3d
@ -14,7 +14,7 @@
|
|||||||
accept_hostkey: yes
|
accept_hostkey: yes
|
||||||
with_items: "{{ me }}"
|
with_items: "{{ me }}"
|
||||||
|
|
||||||
- name: Install tmuxinator (Archlinux)
|
# - name: Install tmuxinator (Archlinux)
|
||||||
# aur:
|
# aur:
|
||||||
# name: tmuxinator
|
# name: tmuxinator
|
||||||
# use: makepkg
|
# use: makepkg
|
||||||
@ -22,12 +22,12 @@
|
|||||||
# become: yes
|
# become: yes
|
||||||
# become_user: aur_builder
|
# become_user: aur_builder
|
||||||
# when: ansible_distribution != 'Debian'
|
# when: ansible_distribution != 'Debian'
|
||||||
gem:
|
# gem:
|
||||||
name: tmuxinator
|
# name: tmuxinator
|
||||||
state: latest
|
# state: latest
|
||||||
become: yes
|
# become: yes
|
||||||
become_user: "{{ me }}"
|
# become_user: "{{ me }}"
|
||||||
when: not minimal and not server
|
# when: not minimal and not server
|
||||||
|
|
||||||
- name: Copy .tmuxinator/
|
- name: Copy .tmuxinator/
|
||||||
copy:
|
copy:
|
||||||
|
Loading…
Reference in New Issue
Block a user