Closed rohitthakur2590 closed 4 years ago
resolve:
yang_configure
Input could be provided in following:
community.yang.configure: config: "{{ lookup('file', config_file) | to_json }}" file: "{{ yang_file }}"
- name: Configure interface description community.yang.configure: config: | { "Cisco-IOS-XR-ifmgr-cfg:interface-configurations": { "interface-configuration": [ { "active": "act", "description": "test for ansible 200", "interface-name": "Loopback888", "interface-virtual": [ null ], "shutdown": [ null ] }, } }
duplicate PR
SUMMARY
resolve:
ISSUE TYPE
COMPONENT NAME
yang_configure
ADDITIONAL INFORMATION
Input could be provided in following: