mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 16:12:06 +02:00
8 lines
165 B
YAML
8 lines
165 B
YAML
- hosts: localhost
|
|
gather_facts: false
|
|
tasks:
|
|
- debug:
|
|
handlers:
|
|
- name: handler
|
|
import_tasks: test_block_as_handler-include_import-handlers.yml
|