ansible-sshd/tasks/sshd.yml
2022-06-03 11:22:17 +01:00

9 lines
302 B
YAML

---
- name: Set common variables and ensure basic facts are gathered
ansible.builtin.include_tasks: set_common_vars.yml
- name: Set platform/version specific variables
ansible.builtin.include_tasks: variables.yml
- name: Execute the actual role tasks
ansible.builtin.include_tasks: install.yml