mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add note in documentation and add warning related to retries parameter used without until (#28078)
This commit is contained in:
committed by
Brian Coca
parent
51c0d46056
commit
d733f5af06
@@ -509,6 +509,7 @@ class TaskExecutor:
|
||||
retries += 1
|
||||
else:
|
||||
retries = 1
|
||||
display.warning("The parameter 'retries' hasn't been defined, the value for 'retries' is forced to 1.")
|
||||
|
||||
delay = self._task.delay
|
||||
if delay < 0:
|
||||
|
||||
Reference in New Issue
Block a user