update paths
This commit is contained in:
@@ -21,4 +21,4 @@
|
|||||||
|
|
||||||
- name: display link to inventory report
|
- name: display link to inventory report
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "Please go to http://{{ ansible_host }}/linux.html"
|
msg: "Please go to http://{{ ansible_host }}/reports/linux.html"
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
- name: Display link to Linux patch report
|
- name: Display link to Linux patch report
|
||||||
ansible.builtin.debug:
|
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
|
#- name: Send Report via E-mail
|
||||||
# community.general.mail:
|
# community.general.mail:
|
||||||
|
|||||||
Reference in New Issue
Block a user