diff --git a/lib/ansible/modules/network/cumulus/nclu.py b/lib/ansible/modules/network/cumulus/nclu.py index 71465d6868..8f46832079 100644 --- a/lib/ansible/modules/network/cumulus/nclu.py +++ b/lib/ansible/modules/network/cumulus/nclu.py @@ -106,6 +106,11 @@ EXAMPLES = ''' atomic: true description: "Ansible - add swp1" +- name: Remove IP address from interface swp1 + nclu: + commands: + - del int swp1 ip address 1.1.1.1/24 + - name: Configure BGP AS and add 2 EBGP neighbors using BGP Unnumbered nclu: commands: