Install tmuxp
This commit is contained in:
parent
8194cd6799
commit
1105acdcc1
1 changed files with 7 additions and 1 deletions
|
@ -58,4 +58,10 @@
|
||||||
- name: Install Ansible
|
- name: Install Ansible
|
||||||
pip:
|
pip:
|
||||||
name: ansible=={{ ensure_ansible_version }}
|
name: ansible=={{ ensure_ansible_version }}
|
||||||
when: enable_ansible
|
when: enable_ansible
|
||||||
|
|
||||||
|
- name: Install tmuxp
|
||||||
|
pip:
|
||||||
|
name:
|
||||||
|
- tmuxp
|
||||||
|
state: present
|
Loading…
Add table
Reference in a new issue