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 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: