Merge "Make sure fact is available to find hostname"

This commit is contained in:
Zuul 2022-01-14 12:29:28 +00:00 committed by Gerrit Code Review
commit 68a4567b2a
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
---
# These tasks apply to all nodes.
- name: Ensure we get needed facts
setup:
gather_subset:
- '!all'
- '!any'
- '!min'
- network
# variable for handlers to clean up
- name: set facts for handlers to clean up
set_fact: