ansible-sshd/tasks/main.yml
Jakub Jelen 6f4d3d8fdb tasks: Improve the order of keys and add missing name
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
2022-12-13 14:13:18 +01:00

5 lines
108 B
YAML

---
- name: Invoke the role, if enabled
ansible.builtin.include_tasks: sshd.yml
when: sshd_enable|bool