From affbc2b685b87de6b432d42cbb13e8aa7a14f231 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:08:56 +0100 Subject: [PATCH] forcing installation of git repo for tpm --- ansible/roles/tmux/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/tmux/tasks/main.yml b/ansible/roles/tmux/tasks/main.yml index 317426f..5bbb3fb 100644 --- a/ansible/roles/tmux/tasks/main.yml +++ b/ansible/roles/tmux/tasks/main.yml @@ -9,6 +9,7 @@ repo: https://github.com/tmux-plugins/tpm dest: /$HOME/.tmux/plugins/tpm update: true + force: true clone: true single_branch: true depth: 1