diff --git a/plugins/modules/aci_netflow_monitor_policy.py b/plugins/modules/aci_netflow_monitor_policy.py index 13d82a9ca..462187609 100644 --- a/plugins/modules/aci_netflow_monitor_policy.py +++ b/plugins/modules/aci_netflow_monitor_policy.py @@ -53,8 +53,11 @@ notes: - The I(tenant) must exist before using this module in your playbook. The M(cisco.aci.aci_tenant) can be used for this. +- If the I(netflow_record_policy) is used, it must exist before using this module in your playbook. + The M(cisco.aci.aci_netflow_record_policy) can be used for this. seealso: - module: cisco.aci.aci_tenant +- module: cisco.aci.aci_netflow_record_policy - name: APIC Management Information Model reference description: More information about the internal APIC class B(netflow:MonitorPol). link: https://developer.cisco.com/docs/apic-mim-ref/ diff --git a/plugins/modules/aci_netflow_monitor_to_exporter.py b/plugins/modules/aci_netflow_monitor_to_exporter.py index 804c77241..50e2f2524 100644 --- a/plugins/modules/aci_netflow_monitor_to_exporter.py +++ b/plugins/modules/aci_netflow_monitor_to_exporter.py @@ -99,7 +99,7 @@ delegate_to: localhost - name: Delete a Netflow Monitor Policy - cisco.aci.aci_netflow_monitor_policy: + cisco.aci.aci_netflow_monitor_to_exporter: host: apic username: admin password: SomeSecretPassword