blob: 644fef0b0ca1cf63be00e1217fdb7bf88be6ba28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---
- name: Include rundesk tasks
include_tasks: rundeck.yml
tags:
- rundeck-jobs
- name: Include rundeck keys
include_tasks: keys.yml
tags:
- rundeck-keys
with_items: "{{ rundeck_jobs_keys }}"
|