mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
PEP 8 W291 whitespace cleanup.
This commit is contained in:
parent
95789f3949
commit
d913f69ba1
166 changed files with 493 additions and 565 deletions
|
@ -385,7 +385,7 @@ class StrategyBase:
|
|||
self._tqm._stats.increment('failures', original_host.name)
|
||||
|
||||
# grab the current state and if we're iterating on the rescue portion
|
||||
# of a block then we save the failed task in a special var for use
|
||||
# of a block then we save the failed task in a special var for use
|
||||
# within the rescue/always
|
||||
state, _ = iterator.get_next_task_for_host(original_host, peek=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue