From 8c9af58146a32a73d92192627fb69cdb21faac2b Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 20 Sep 2022 13:43:01 +0100 Subject: [PATCH] Include tasks from tmux config repo --- roles/tmux/tasks/main.yaml | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) 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