mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Fix indentation for register module in example (#25274)
This commit is contained in:
parent
eb83c6f4e7
commit
055cc32830
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ EXAMPLES = '''
|
||||||
- name: Launch a job
|
- name: Launch a job
|
||||||
tower_job_launch:
|
tower_job_launch:
|
||||||
job_template: "My Job Template"
|
job_template: "My Job Template"
|
||||||
register: job
|
register: job
|
||||||
- name: Wait for job max 120s
|
- name: Wait for job max 120s
|
||||||
tower_job_wait:
|
tower_job_wait:
|
||||||
job_id: job.id
|
job_id: job.id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue