- name: Check ROM memory ansible.builtin.shell: df -h register: memory_info - name: Display memory info ansible.builtin.debug: var: memory_info.stdout_lines