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

@@ -55,20 +55,20 @@ author:
- Richard Isaacson (@risaacson)
'''
EXAMPLES = '''
EXAMPLES = r'''
- name: Schedule a command to execute in 20 minutes as root
at:
ansible.posix.at:
command: ls -d / >/dev/null
count: 20
units: minutes
- name: Match a command to an existing job and delete the job
at:
ansible.posix.at:
command: ls -d / >/dev/null
state: absent
- name: Schedule a command to execute in 20 minutes making sure it is unique in the queue
at:
ansible.posix.at:
command: ls -d / >/dev/null
count: 20
units: minutes