mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Reformat code: examples consistently
- added terse syntax to modules.rst - added description of special variables to template module
This commit is contained in:
@@ -43,7 +43,7 @@ options:
|
||||
default: null
|
||||
choices: [ "true", "false" ]
|
||||
examples:
|
||||
- code: seboolean name=httpd_can_network_connect state=true persistent=yes
|
||||
- code: "seboolean: name=httpd_can_network_connect state=true persistent=yes"
|
||||
description: Set I(httpd_can_network_connect) SELinux flag to I(true) and I(persistent)
|
||||
notes:
|
||||
- Not tested on any debian based system
|
||||
|
||||
Reference in New Issue
Block a user