mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
install mosh
This commit is contained in:
parent
38a225f3c2
commit
683e6a0f3f
1 changed files with 3 additions and 0 deletions
|
|
@ -34,3 +34,6 @@
|
|||
|
||||
- name: Install user SSH key
|
||||
copy: src={{ ssh.user_key }} dest=/home/{{ user.name }}/.ssh/id_rsa mode=600 owner={{ user.name }} group={{ user.group }}
|
||||
|
||||
- name: Install Mosh
|
||||
pacman: name=mosh state=present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue