[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 fa7c2df4b8)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
pull/9204/head
patchback[bot] 2024-11-26 06:40:50 +01:00 committed by GitHub
parent 5b26e09319
commit f1cf0c1949
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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: