fixed permission of the setup of tmux for the root user

This commit is contained in:
aminnairi
2024-01-04 22:59:00 +01:00
parent c31febf9d7
commit b1b296bb3b
+1
View File
@@ -28,6 +28,7 @@
src: tmux/tmux.conf
dest: "/$HOME/.tmux.conf"
- name: Setup TMUX for the root user
become: true
copy:
src: tmux/tmux.conf
dest: "/root/.tmux.conf"