diff --git a/roles/tmux/tasks/main.yaml b/roles/tmux/tasks/main.yaml index b27b05d..3dd1fd5 100644 --- a/roles/tmux/tasks/main.yaml +++ b/roles/tmux/tasks/main.yaml @@ -9,31 +9,4 @@ # TODO: - name: set repo email -- name: create layouts directory - file: - state: directory - dest: ~/.local/share/tmux/layouts - -- name: create symbolic links - file: - state: link - src: '{{item.src}}' - dest: '{{item.dest}}' - with_items: - - src: ~/.config/tmux/tmux.conf - dest: ~/.tmux.conf - - src: ~/.config/tmux/layouts/session-main - dest: ~/.local/share/tmux/layouts/session-main - - src: ~/.config/tmux/layouts/window-tall - dest: ~/.local/share/tmux/layouts/window-tall - - src: ~/.config/tmux/layouts/window-wide-left - dest: ~/.local/share/tmux/layouts/window-wide-left - - src: ~/.config/tmux/layouts/window-wide-right - dest: ~/.local/share/tmux/layouts/window-wide-right - -# TODO: - name: Enable tmux system-info service -# command: system-info/install.sh - -# TODO: WSL2 system-info -# when: '"WSL" in ansible_kernel' -# figure out best way to run daemon... +- include_tasks: ~/.config/tmux/tasks.yaml