Ansible_workstation/roles/ssh/tasks/debian.yml

6 lines
84 B
YAML
Raw Normal View History

2022-06-01 14:24:10 +00:00
---
- name: Debian - Install ssh
apt:
name: openssh-server
state: present