From c31febf9d7ccd6b5d1f959a2660dab49f13adc47 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:58:50 +0100 Subject: [PATCH] added installation of TPM for the root user --- ansible/roles/tmux/tasks/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ansible/roles/tmux/tasks/main.yml b/ansible/roles/tmux/tasks/main.yml index 91708f2..54fa6e5 100644 --- a/ansible/roles/tmux/tasks/main.yml +++ b/ansible/roles/tmux/tasks/main.yml @@ -13,6 +13,16 @@ clone: true single_branch: true depth: 1 +- name: Install TPM for the root user + become: true + git: + repo: https://github.com/tmux-plugins/tpm + dest: /root/.tmux/plugins/tpm + update: true + force: true + clone: true + single_branch: true + depth: 1 - name: Setup TMUX for the unprivileged user copy: src: tmux/tmux.conf