mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00: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
|