syncing more examples
This commit is contained in:
9
roles/developer_report/tasks/main.yml
Normal file
9
roles/developer_report/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: create HTML report
|
||||
become: yes
|
||||
template:
|
||||
src: report.j2
|
||||
dest: "{{ file_path }}"
|
||||
|
||||
- name: DISPLAY LINK TO INVENTORY REPORT
|
||||
debug:
|
||||
msg: "Please go to http://{{ansible_host}}/report"
|
||||
Reference in New Issue
Block a user