Permalink
Please
sign in to comment.
Showing
with
7 additions
and 0 deletions.
- +1 −0 README.md
- +1 −0 base.yml
- +5 −0 roles/mosh/tasks/main.yml
@@ -0,0 +1,5 @@ | ||
--- | ||
- name: install mosh | ||
apt: pkg=mosh state=present | ||
become: yes | ||
tags: mosh |
0 comments on commit
a22ec0a