/ansible-role-tmux

Ansible role to install tmux from source

MIT LicenseMIT

ansible-role-tmux

status

Builds and installs tmux from the master branch rather than from apt which can be out of date on older distributions.

Usage

playbook.yml:

- { role: ansible-role-tmux }

requirements.yml:

- src: https://github.com/jamesla/ansible-role-tmux.git
  version: master
  name: ansible-role-tmux