This commit is contained in:
Bertrand Benjamin 2018-08-25 15:24:48 +02:00
parent 8d7bedcbe8
commit 1d100e2213
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@
src: files/tmux.conf
dest: /home/{{ item.username }}/.tmux.conf
owner: "{{ item.username }}"
with_items:
- "{{ me }}"
with_items: "{{ me }}"
- name: Install tmuxinator
gem: