8 lines
74 B
YAML
8 lines
74 B
YAML
|
---
|
||
|
|
||
|
- name: Set up tmux
|
||
|
hosts: tmux
|
||
|
become: true
|
||
|
roles:
|
||
|
- tmux
|