mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
5cd3f71792
commit
84f8241ff8
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ class PlayIterator:
|
|||
setup_block = Block(play=self._play)
|
||||
setup_task = Task(block=setup_block)
|
||||
setup_task.action = 'setup'
|
||||
setup_task.tags = ['always']
|
||||
setup_task.args = {}
|
||||
setup_task.set_loader(self._play._loader)
|
||||
setup_block.block = [setup_task]
|
||||
|
|
Loading…
Reference in a new issue