1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix indentation for register module in example (#25274)

This commit is contained in:
James Labocki 2017-06-01 17:22:22 -04:00 committed by Matt Davis
parent eb83c6f4e7
commit 055cc32830

View file

@ -75,7 +75,7 @@ EXAMPLES = '''
- name: Launch a job
tower_job_launch:
job_template: "My Job Template"
register: job
register: job
- name: Wait for job max 120s
tower_job_wait:
job_id: job.id