What type is the attribute *stderr*? Try

  - debug:
      msg: "{{ sql_delete.stderr|type_debug }}"

If the type is string convert it to dictionary first, e.g

  - debug:
      msg: "{{ _stderr.xmlhint }}"
    vars:
      _stderr: "{{ sql_delete.stderr|from_yaml }}"


-- 
Vladimir Botka

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/20210315115559.6800cdd4%40gmail.com.

Attachment: pgpPj2m07fbjw.pgp
Description: OpenPGP digital signature

Reply via email to