summaryrefslogtreecommitdiffstats
path: root/roles/tmuxinator/tasks/install-debian.yml
blob: 66d0085594b6804809c08238c74fbc00e3d93e7e (plain) (blame)
1
2
3
4
5
6
---
- name: "Ensure tmuxinator is installed"
  become: true
  ansible.builtin.package:
    name: "tmuxinator"
    state: "present"