From 77e6eb6311f799e2103cba8be8ee881924c607d0 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Thu, 1 Dec 2022 10:06:58 +0100 Subject: [PATCH] Install backports version of tmux on Debian --- roles/tmux/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/tmux/tasks/main.yml b/roles/tmux/tasks/main.yml index 743423b..afc7bd3 100644 --- a/roles/tmux/tasks/main.yml +++ b/roles/tmux/tasks/main.yml @@ -11,6 +11,7 @@ apt: name: - tmux + default_release: bullseye-backports when: ansible_facts['distribution'] == 'Debian' - name: Create tmux directory