Updated examples aci_contract_subject_to_filter.py (#36626)

Changed examples to reference the correct module name. Previously the examples used "aci_subject_filter_binding".
pull/36638/head
Gittins 6 years ago committed by Dag Wieers
parent 07927f52ae
commit a1241d99ee

@ -60,7 +60,7 @@ extends_documentation_fragment: aci
EXAMPLES = r'''
- name: Add a new contract subject to filer binding
aci_subject_filter_binding:
aci_contract_subject_to_filter:
host: apic
username: admin
password: SomeSecretPassword
@ -72,7 +72,7 @@ EXAMPLES = r'''
state: present
- name: Remove an existing contract subject to filter binding
aci_subject_filter_binding:
aci_contract_subject_to_filter:
host: apic
username: admin
password: SomeSecretPassword
@ -84,7 +84,7 @@ EXAMPLES = r'''
state: present
- name: Query a specific contract subject to filter binding
aci_subject_filter_binding:
aci_contract_subject_to_filter:
host: apic
username: admin
password: SomeSecretPassword
@ -95,7 +95,7 @@ EXAMPLES = r'''
state: query
- name: Query all contract subject to filter bindings
aci_subject_filter_binding:
aci_contract_subject_to_filter:
host: apic
username: admin
password: SomeSecretPassword

Loading…
Cancel
Save