Ensure SSH is installed

This commit is contained in:
Jake Howard 2019-12-08 16:03:13 +00:00 committed by Jake Howard
parent db68581f19
commit f8ecd8bf78

View File

@ -1,3 +1,9 @@
- name: Instal OpenSSH
apt:
name: openssh-server
become: true
become_user: root
- name: Define context
set_fact:
user: jake