summaryrefslogtreecommitdiff
path: root/system/seboolean.py
diff options
context:
space:
mode:
Diffstat (limited to 'system/seboolean.py')
-rw-r--r--system/seboolean.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/seboolean.py b/system/seboolean.py
index 4581c133..973b5b2d 100644
--- a/system/seboolean.py
+++ b/system/seboolean.py
@@ -50,7 +50,10 @@ author: "Stephen Fromm (@sfromm)"
EXAMPLES = '''
# Set (httpd_can_network_connect) flag on and keep it persistent across reboots
-- seboolean: name=httpd_can_network_connect state=yes persistent=yes
+- seboolean:
+ name: httpd_can_network_connect
+ state: yes
+ persistent: yes
'''
try: