mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-05 03:13:30 +01:00
9 lines
302 B
YAML
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
|