diff --git a/lib/ansible/modules/network/cumulus/nclu.py b/lib/ansible/modules/network/cumulus/nclu.py index 14ea7eaf955..764e9b2435f 100644 --- a/lib/ansible/modules/network/cumulus/nclu.py +++ b/lib/ansible/modules/network/cumulus/nclu.py @@ -73,6 +73,15 @@ EXAMPLES = ''' commit: true description: "Ansible - add swps1-48" +- name: Fetch Status Of Interface + nclu: + commands: + - show interface swp1 + register: output +- name: Print Status Of Interface + debug: + var: output + - name: Fetch Details From All Interfaces In JSON Format nclu: commands: