diff options
Diffstat (limited to 'roles/tmux/tasks/main.yml')
| -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" |
