update paths

This commit is contained in:
willtome
2022-03-23 17:24:40 -04:00
parent 5865211b5f
commit e194ced972
2 changed files with 2 additions and 2 deletions

View File

@@ -21,4 +21,4 @@
- name: display link to inventory report
ansible.builtin.debug:
msg: "Please go to http://{{ ansible_host }}/linux.html"
msg: "Please go to http://{{ ansible_host }}/reports/linux.html"

View File

@@ -20,7 +20,7 @@
- name: Display link to Linux patch report
ansible.builtin.debug:
msg: "Please go to http://{{ ansible_host }}/linuxpatch.html"
msg: "Please go to http://{{ ansible_host }}/reports/linuxpatch.html"
#- name: Send Report via E-mail
# community.general.mail: