8 lines
99 B
YAML
8 lines
99 B
YAML
---
|
|
- name: install ssh
|
|
become: yes
|
|
apt:
|
|
update_cache: yes
|
|
pkg:
|
|
- openssh-server
|