mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed a typo in documentation (#42702)
"Therefor" to "Therefore" +label: docsite_pr
This commit is contained in:
parent
12057de1c6
commit
a4a37e8dfb
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ notes:
|
|||
Note that zone transactions must explicitly be permanent. This is a limitation in firewalld.
|
||||
This also means that you will have to reload firewalld after adding a zone that you wish to perform immediate actions on.
|
||||
The module will not take care of this for you implicitly because that would undo any previously performed immediate actions which were not
|
||||
permanent. Therefor, if you require immediate access to a newly created zone it is recommended you reload firewalld immediately after the zone
|
||||
permanent. Therefore, if you require immediate access to a newly created zone it is recommended you reload firewalld immediately after the zone
|
||||
creation returns with a changed state and before you perform any other immediate, non-permanent actions on that zone.
|
||||
requirements: [ 'firewalld >= 0.2.11' ]
|
||||
author: "Adam Miller (@maxamillion)"
|
||||
|
|
Loading…
Reference in a new issue