mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
6 lines
130 B
YAML
6 lines
130 B
YAML
---
|
|
- name: "install {{ sshd__package }}"
|
|
become: true
|
|
package:
|
|
name: "{{ sshd__package }}"
|
|
state: "{{ sshd_state }}"
|