summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/aci/plugins/doc_fragments
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/cisco/aci/plugins/doc_fragments')
-rw-r--r--ansible_collections/cisco/aci/plugins/doc_fragments/aci.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible_collections/cisco/aci/plugins/doc_fragments/aci.py b/ansible_collections/cisco/aci/plugins/doc_fragments/aci.py
index e6b18a289..aaedff669 100644
--- a/ansible_collections/cisco/aci/plugins/doc_fragments/aci.py
+++ b/ansible_collections/cisco/aci/plugins/doc_fragments/aci.py
@@ -2,6 +2,7 @@
# Copyright: (c) 2017, Dag Wieers (@dagwieers) <dag@wieers.com>
# Copyright: (c) 2017, Swetha Chunduri (@schunduri)
+# Copyright: (c) 2024, Samita Bhattacharjee (@samiib) <samitab@cisco.com>
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
@@ -94,6 +95,15 @@ options:
- Path to a file that will be used to dump the ACI JSON configuration objects generated by the module.
- If the value is not specified in the task, the value of environment variable C(ACI_OUTPUT_PATH) will be used instead.
type: str
+ suppress_verification:
+ description:
+ - If C(true), a verifying GET will not be sent after a POST update to APIC.
+ - If the value is not specified in the task, the value of environment variable C(ACI_NO_VERIFICATION) will be used instead.
+ - The default value is C(false).
+ - WARNING - This causes the current return value to be set to the proposed value.
+ - The current object including default values will be unverifiable in a single task.
+ type: bool
+ aliases: [ no_verification, no_verify, suppress_verify ]
seealso:
- ref: aci_guide
description: Detailed information on how to manage your ACI infrastructure using Ansible.