From 00a45349fdd7b99d0611e6e3eaae9e55668790c4 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 18 Jan 2026 22:26:04 +0100 Subject: Add tmux role --- roles/tmux/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/tmux/tasks/main.yml (limited to 'roles/tmux/tasks') diff --git a/roles/tmux/tasks/main.yml b/roles/tmux/tasks/main.yml new file mode 100644 index 00000000..3f2fcd08 --- /dev/null +++ b/roles/tmux/tasks/main.yml @@ -0,0 +1,6 @@ +--- +- name: "Ensure tmux is installed" + become: true + ansible.builtin.package: + name: "tmux" + state: "present" -- cgit v1.2.3