Ansible Tower Generated Json Output unable to generate report. I tried to generate report by genrate all facts gathered via ansible tower and placed - name: Fact dump hosts: all vars: ansible_python_interpreter: "/usr/bin/python" tasks: - name: Discover Facts copy: content: "{{ ansible_facts }}" dest: "{{ ansible_fqdn }}" Tried generate Report as below ansible-cmdb af/ > new-overview.html Reports are not generated as expected. Any workaround for this ?