summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/roles/import_template_handler_names/tasks/main.yml
blob: 3bc285e52a967c9276b7ba39265966654e36e7d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
- import_role:
    name: template_handler_names
    tasks_from: lazy_evaluation
  tags:
    - lazy_evaluation

- import_role:
    name: template_handler_names
    tasks_from: evaluation_time
  tags:
    - evaluation_time