Skip to content

Conversation

s-hertel
Copy link

SUMMARY

Remove the dependency on https://docs.ansible.com/ansible/latest/reference_appendices/config.html#network-group-modules for the netconf_ modules (see ansible/ansible#85412) by using the action_plugin module plugin_routing (added in ansible/ansible#82562).

I also removed the grpc_ action redirects (similar to ansible-collections/cisco.nxos#804) to fix using module_defaults as expected.

- hosts: all
  module_defaults:
    ansible.netcommon.grpc_config: "{{ config_options }}"
    ansible.netcommon.grpc_get: "{{ get_options }}"
  tasks:
    - ansible.netcommon.grpc_config:  # should not get defaults for grpc_get
    - ansible.netcommon.grpc_get:  # and vice versa
ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

meta/runtime.yml

ADDITIONAL INFORMATION

…he same action plugin

Remove dependency on NETWORK_GROUP_MODULES for netconf_ modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants