Files
product-demos/roles/developer_report/tasks/main.yml
2020-04-21 20:16:09 -04:00

11 lines
213 B
YAML

---
- name: create HTML report
become: true
template:
src: report.j2
dest: "{{ file_path }}"
- name: DISPLAY LINK TO INVENTORY REPORT
debug:
msg: "Please go to http://{{ ansible_host }}/report"