add tmux config

This commit is contained in:
2026-07-10 10:53:21 +02:00
parent c7edf52f74
commit 455357adac
2 changed files with 47 additions and 0 deletions
+7
View File
@@ -16,3 +16,10 @@
- src: 10-nopassword.conf
- src: 11-sftpaccess.conf
- src: 99-dropmatch.conf
- name: Add tmux sftp-config
become: false
ansible.builtin.copy:
src: tmux.conf
dest: ~/.config/tmux/tmux.conf
mode: "0664"