From 1525e8d2b5ee61db4fd4998d965cb31b5b7b42f5 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:58:35 +0100 Subject: [PATCH] updated the title of the task responsible for installing TPM for the unprivileged user --- 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 04e864c..91708f2 100644 --- a/ansible/roles/tmux/tasks/main.yml +++ b/ansible/roles/tmux/tasks/main.yml @@ -4,7 +4,7 @@ pacman: name: tmux state: latest -- name: Install TPM (Tmux Plugin Manager) +- name: Install TPM for the unprivileged user git: repo: https://github.com/tmux-plugins/tpm dest: /$HOME/.tmux/plugins/tpm