mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add diff_mode_enabled to documentation
option 'diff_mode_enabled' is not mentioned in documentation +label: docsite_pr
This commit is contained in:
parent
7a3582d651
commit
e3006e8443
2 changed files with 6 additions and 1 deletions
|
@ -84,6 +84,12 @@ options:
|
||||||
description:
|
description:
|
||||||
- Start the playbook at the task matching this name.
|
- Start the playbook at the task matching this name.
|
||||||
version_added: 2.7
|
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:
|
fact_caching_enabled:
|
||||||
description:
|
description:
|
||||||
- Enable use of fact caching for the job template.
|
- Enable use of fact caching for the job template.
|
||||||
|
|
|
@ -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_group.py E324
|
||||||
lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py E323
|
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 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/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 E317
|
||||||
lib/ansible/modules/web_infrastructure/apache2_mod_proxy.py E326
|
lib/ansible/modules/web_infrastructure/apache2_mod_proxy.py E326
|
||||||
|
|
Loading…
Reference in a new issue