summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_cancel.py
diff options
context:
space:
mode:
authorPilou <pierre-louis@libregerbil.fr>2018-03-15 04:58:50 +0100
committerJordan Borean <jborean93@gmail.com>2018-03-15 13:58:50 +1000
commitc718c42df49bdf522b54785b32540d2cd87fec11 (patch)
treee3fe778f31a0e4611800409f9b97024c3febe089 /lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_cancel.py
parent4bba66e664b03e33bb48ee77158714cf25089446 (diff)
downloadansible-c718c42df49bdf522b54785b32540d2cd87fec11.tar.gz
ansible_tower modules doc: fix typos, use formatting functions (#37414)
* fix typos * use formatting functions * use 'job template' instead of 'job_template' * acronyms: user uppercase * become_enabled param is about privilege escalation
Diffstat (limited to 'lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_cancel.py')
-rw-r--r--lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_cancel.py2
1 files changed, 1 insertions, 1 deletions
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 128e3ae12c..e81531c68a 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
@@ -29,7 +29,7 @@ options:
required: True
fail_if_not_running:
description:
- - Fail loudly if the job_id does not reference a running job.
+ - Fail loudly if the I(job_id) does not reference a running job.
default: False
extends_documentation_fragment: tower
'''