From a4a37e8dfbadb8084f29e2ae201e5a8db864ecd9 Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Thu, 12 Jul 2018 15:09:33 -0400 Subject: [PATCH] Fixed a typo in documentation (#42702) "Therefor" to "Therefore" +label: docsite_pr --- lib/ansible/modules/system/firewalld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/firewalld.py b/lib/ansible/modules/system/firewalld.py index 9d92e03033..931b9b866e 100644 --- a/lib/ansible/modules/system/firewalld.py +++ b/lib/ansible/modules/system/firewalld.py @@ -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)"