DEV Community

Query Filter
Query Filter

Posted on

docker40

- name: "DEBUG: Dump all Ansible variables"
  ansible.builtin.debug:
    msg: "{{ hostvars[inventory_hostname] }}"
  ignore_errors: yes
Enter fullscreen mode Exit fullscreen mode

Top comments (0)