diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_list.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_list.py index 9f68c845c9..0c259931cd 100644 --- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_list.py +++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_list.py @@ -66,7 +66,7 @@ count: description: Total count of objects return returned: success type: int - sampled: 51 + sample: 51 next: description: next page available for the listing returned: success diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_wait.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_wait.py index a9d42a6d49..9a9e21dfa2 100644 --- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_wait.py +++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_wait.py @@ -76,12 +76,12 @@ started: description: timestamp of when the job started running returned: success type: string - sample: 2017-03-01T17:03:53.200234Z + sample: "2017-03-01T17:03:53.200234Z" finished: description: timestamp of when the job finished running returned: success type: string - sample: 2017-03-01T17:04:04.078782Z + sample: "2017-03-01T17:04:04.078782Z" status: description: current status of job returned: success