Remove default description in network DI modules (#28411)

This commit is contained in:
Ganesh Nalawade
2017-08-19 00:09:01 +05:30
committed by GitHub
parent a572de626c
commit c4b9dfe542
14 changed files with 140 additions and 280 deletions

View File

@@ -4,6 +4,7 @@
- name: Setup (interface is up)
iosxr_interface:
name: GigabitEthernet0/0/0/5
description: test_interface_5
enabled: True
state: present
provider: "{{ cli }}"