From 055cc328301b3a7773ec2c5e803a41d2f7a927b9 Mon Sep 17 00:00:00 2001 From: James Labocki Date: Thu, 1 Jun 2017 17:22:22 -0400 Subject: [PATCH] Fix indentation for register module in example (#25274) --- .../web_infrastructure/ansible_tower/tower_job_launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py index 9d2cedef74f..1fa3d236b08 100644 --- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py +++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py @@ -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