ansible-sshd/tasks/sshd.yml

7 lines
183 B
YAML
Raw Normal View History

2018-09-08 09:14:39 +02:00
---
2022-04-12 21:17:44 +02:00
- name: Set platform/version specific variables
2022-06-03 12:22:17 +02:00
ansible.builtin.include_tasks: variables.yml
2022-04-12 21:17:44 +02:00
- name: Execute the actual role tasks
2022-06-03 12:22:17 +02:00
ansible.builtin.include_tasks: install.yml