Update EXAMPLES section in modules (#27)

Update EXAMPLES section in modules to use FQCN

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2020-05-21 22:24:20 +05:30
committed by GitHub
parent 147caed10d
commit d9e0140b66
9 changed files with 58 additions and 58 deletions

View File

@@ -45,9 +45,9 @@ author:
- Stephen Fromm (@sfromm)
'''
EXAMPLES = '''
EXAMPLES = r'''
- name: Set httpd_can_network_connect flag on and keep it persistent across reboots
seboolean:
ansible.posix.seboolean:
name: httpd_can_network_connect
state: yes
persistent: yes