mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 19:10:18 +01:00
6f4d3d8fdb
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
5 lines
108 B
YAML
5 lines
108 B
YAML
---
|
|
|
|
- name: Invoke the role, if enabled
|
|
ansible.builtin.include_tasks: sshd.yml
|
|
when: sshd_enable|bool
|