From e3006e8443f3023f091a2610624ee70e18d2c9da Mon Sep 17 00:00:00 2001 From: Dennis Lerch <45554796+dlerch-tpgroup@users.noreply.github.com> Date: Fri, 1 Feb 2019 08:18:18 +0100 Subject: [PATCH] add diff_mode_enabled to documentation option 'diff_mode_enabled' is not mentioned in documentation +label: docsite_pr --- .../web_infrastructure/ansible_tower/tower_job_template.py | 6 ++++++ test/sanity/validate-modules/ignore.txt | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_template.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_template.py index 4f69ec99d55..36106998a33 100644 --- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_template.py +++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_template.py @@ -84,6 +84,12 @@ options: description: - Start the playbook at the task matching this name. version_added: 2.7 + diff_mode_enabled: + description: + - Enable diff mode for the job template. + version_added: 2.7 + type: bool + default: 'no' fact_caching_enabled: description: - Enable use of fact caching for the job template. diff --git a/test/sanity/validate-modules/ignore.txt b/test/sanity/validate-modules/ignore.txt index 9150c625654..036d7795ce4 100644 --- a/test/sanity/validate-modules/ignore.txt +++ b/test/sanity/validate-modules/ignore.txt @@ -906,7 +906,6 @@ lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py E326 lib/ansible/modules/web_infrastructure/ansible_tower/tower_group.py E324 lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py E323 lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_template.py E322 -lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_template.py E325 lib/ansible/modules/web_infrastructure/ansible_tower/tower_team.py E322 lib/ansible/modules/web_infrastructure/apache2_mod_proxy.py E317 lib/ansible/modules/web_infrastructure/apache2_mod_proxy.py E326