From f1cf0c19490edda40b4a6057e97b8c6f5bd0c675 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 06:40:50 +0100 Subject: [PATCH] [PR #9191/fa7c2df4 backport][stable-9] ufw: add note to docs about concurrency (#9194) 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 7a90647979..fba0ef5fe2 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: