diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-18 22:26:04 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-19 10:37:59 +0100 |
| commit | 00a45349fdd7b99d0611e6e3eaae9e55668790c4 (patch) | |
| tree | 71c64f23a6ddc6ff890254472a583b14d79f124c /roles/tmux/tasks | |
| parent | f3c00b013ab011ad8c78cc74868003d15fe35b52 (diff) | |
Add tmux role
Diffstat (limited to 'roles/tmux/tasks')
| -rw-r--r-- | roles/tmux/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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" |
