#Is there a way to get return or output of a module that does not produce return json?

1 messages · Page 1 of 1 (latest)

harsh geode
#

For example, if I run "na_ontap_security_key_manager" module. Is there output returned by module?

From doc example:

- name: Add onboard Key Manager
  netapp.ontap.na_ontap_security_key_manager:
    state: present
    onboard:
      passphrase: "hello, le soleil brille, brille, brille!"

I vaguely remember there is a way to set return to json.