diff --git a/playbook.yml b/playbook.yml index ebc8734..16f152b 100644 --- a/playbook.yml +++ b/playbook.yml @@ -363,9 +363,9 @@ name: tmux state: present - name: Setup TMUX - synchronize: - src: tmux - dest: /$HOME/.config + copy: + src: tmux/tmux.conf + dest: /$HOME/.tmux.conf - name: Install Neovim (command-line text editor) become: true pacman: