--- - hosts: localhost #become: yes tasks: - name: Show contents of known_hosts file shell: | cat /var/lib/awx/.ssh/known_hosts ignore_errors: yes delegate_to: 127.0.0.1