mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 23:01:14 +00:00
Merge pull request #14280 from bcoca/always_tag_setup
WIP: tag the setup task with always
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user