added installation of TPM for the root user

This commit is contained in:
aminnairi
2024-01-04 22:58:50 +01:00
parent 1525e8d2b5
commit c31febf9d7
+10
View File
@@ -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