mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
parent
8cab33a779
commit
7a33c14782
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ class PlayIterator:
|
|||
setup_block = Block(play=self._play)
|
||||
setup_task = Task(block=setup_block)
|
||||
setup_task.action = 'setup'
|
||||
setup_task.name = 'Gathering Facts'
|
||||
setup_task.tags = ['always']
|
||||
setup_task.args = {
|
||||
'gather_subset': gather_subset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue