From 713b8b08253b07e5776533c59e36df71ee357589 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:37:03 +0100 Subject: [PATCH] fixed a typo in the git options for the tmux role --- ansible/roles/tmux/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/tmux/tasks/main.yml b/ansible/roles/tmux/tasks/main.yml index f480d4b..317426f 100644 --- a/ansible/roles/tmux/tasks/main.yml +++ b/ansible/roles/tmux/tasks/main.yml @@ -7,7 +7,7 @@ - name: Install TPM (Tmux Plugin Manager) git: repo: https://github.com/tmux-plugins/tpm - desk: /$HOME/.tmux/plugins/tpm + dest: /$HOME/.tmux/plugins/tpm update: true clone: true single_branch: true