mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-02 13:40:19 +01:00
6 lines
183 B
YAML
6 lines
183 B
YAML
---
|
|
- name: Set platform/version specific variables
|
|
ansible.builtin.include_tasks: variables.yml
|
|
|
|
- name: Execute the actual role tasks
|
|
ansible.builtin.include_tasks: install.yml
|