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