Fix: remove installation of tmuxinator

This commit is contained in:
Bertrand Benjamin 2019-05-11 18:34:10 +02:00
parent 6d572a178d
commit da0c20ad3d
1 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@
accept_hostkey: yes
with_items: "{{ me }}"
- name: Install tmuxinator (Archlinux)
# - name: Install tmuxinator (Archlinux)
# aur:
# name: tmuxinator
# use: makepkg
@ -22,12 +22,12 @@
# become: yes
# become_user: aur_builder
# when: ansible_distribution != 'Debian'
gem:
name: tmuxinator
state: latest
become: yes
become_user: "{{ me }}"
when: not minimal and not server
# gem:
# name: tmuxinator
# state: latest
# become: yes
# become_user: "{{ me }}"
# when: not minimal and not server
- name: Copy .tmuxinator/
copy: