mirror of https://github.com/ansible/ansible.git
Prevent traceback when task depth exceeds python recursion depth (#73999)
parent
1082e2ab79
commit
cf4a9fcd0f
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- Task depth - Prevent exception when the task depth exceeds Pythons recursion depth
|
||||
(https://github.com/ansible/ansible/issues/73996)
|
||||
Loading…
Reference in New Issue