mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
Fix indentation for register module in example (#25274)
This commit is contained in:
committed by
AlanCoding
parent
640e528fdc
commit
5ef7003395
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user