From f35d238f257d468854547a0a98f1ab90b288ca06 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 06:40:45 +0100 Subject: [PATCH] [PR #9191/fa7c2df4 backport][stable-8] ufw: add note to docs about concurrency (#9193) ufw: add note to docs about concurrency (#9191) * ufw: add note to docs about concurrency * wordsmithing (cherry picked from commit fa7c2df4b861dd49b7176b8e48662fee9910c41f) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/modules/ufw.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/modules/ufw.py b/plugins/modules/ufw.py index 5d187793bd..03c92b9a61 100644 --- a/plugins/modules/ufw.py +++ b/plugins/modules/ufw.py @@ -23,6 +23,10 @@ author: - Ahti Kitsik (@ahtik) notes: - See C(man ufw) for more examples. + - > + B(Warning:) Whilst the module itself can be run using concurrent strategies, C(ufw) does not support concurrency, + as firewall rules are meant to be ordered and parallel executions do not guarantee order. + B(Do not use concurrency:) The results are unpredictable and the module may fail silently if you do. requirements: - C(ufw) package extends_documentation_fragment: