ea58d7c233
Change: - Now sends meta tasks to the task start callback - Lets callback plugins opt-in to receiving implicit tasks Test Plan: - New integration tests Tickets: - Indirectly fixes #71007 by allowing custom callbacks with this data Signed-off-by: Rick Elrod <rick@elrod.me>
8 lines
159 B
YAML
8 lines
159 B
YAML
- hosts: all
|
|
gather_facts: false
|
|
tasks:
|
|
- debug:
|
|
msg: "{{ username }}"
|
|
|
|
- name: explicitly refresh inventory
|
|
meta: refresh_inventory
|