Skip to content
Snippets Groups Projects
Commit 6ed848c6 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: lift constraints for tmux config on Debians, because we don't use older versions

parent 3ce432cf
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
set -g mouse on set -g mouse on
set -g history-limit 10000 set -g history-limit 10000
when: when:
(ansible_distribution == "Debian" and ansible_distribution_major_version == "10") (ansible_os_family == "Debian")
- name: Enable mouse mode in tmux, increase scrollback buffer to 10.000 (older OSses) - name: Enable mouse mode in tmux, increase scrollback buffer to 10.000 (older OSses)
blockinfile: blockinfile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment