diff --git a/lib/ansible/modules/storage/netapp/na_ontap_command.py b/lib/ansible/modules/storage/netapp/na_ontap_command.py index 8d38824248..8ddf252857 100644 --- a/lib/ansible/modules/storage/netapp/na_ontap_command.py +++ b/lib/ansible/modules/storage/netapp/na_ontap_command.py @@ -28,14 +28,14 @@ options: EXAMPLES = """ - name: run ontap cli command na_ontap_command: - hostname: "{{ hostname }} " + hostname: "{{ hostname }}" username: "{{ admin username }}" password: "{{ admin password }}" command: ['version'] - name: run ontap cli command na_ontap_command: - hostname: "{{ hostname }} " + hostname: "{{ hostname }}" username: "{{ admin username }}" password: "{{ admin password }}" command: ['network', 'interface', 'show']