Ansible_workstation/roles/ssh/tasks/debian.yml

6 lines
84 B
YAML

---
- name: Debian - Install ssh
apt:
name: openssh-server
state: present