custom-facts: init
This commit is contained in:
parent
a8f0a4c048
commit
23cc76ac06
7 changed files with 45 additions and 0 deletions
6
roles/custom-facts/handlers/main.yml
Normal file
6
roles/custom-facts/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
# handlers file for 'custom-facts' role
|
||||
---
|
||||
- name: Re-gather facts
|
||||
ansible.builtin.setup:
|
||||
listen: regather_facts
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue