6 lines
119 B
YAML
6 lines
119 B
YAML
# handlers file for 'custom-facts' role
|
|
---
|
|
- name: Re-gather facts
|
|
ansible.builtin.setup:
|
|
listen: regather_facts
|
|
|