From 2d6743635e522ece5e2c7684dcff7f3ce86b4265 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Wed, 28 Nov 2018 13:55:52 +0530 Subject: [PATCH] E325 Removal - Part II (#49196) Signed-off-by: Abhijeet Kasurde --- .../modules/web_infrastructure/ansible_tower/tower_job_cancel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_cancel.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_cancel.py index 635ae6624f..acbc92f906 100644 --- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_cancel.py +++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_cancel.py @@ -31,6 +31,7 @@ options: description: - Fail loudly if the I(job_id) does not reference a running job. default: False + type: bool extends_documentation_fragment: tower '''