From e194ced9729a6c82c68d37dc8f7e3f94ca25cfda Mon Sep 17 00:00:00 2001 From: willtome Date: Wed, 23 Mar 2022 17:24:40 -0400 Subject: [PATCH] update paths --- .../demo/patching/roles/report_linux/tasks/main.yml | 2 +- .../demo/patching/roles/report_linux_patching/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collections/ansible_collections/demo/patching/roles/report_linux/tasks/main.yml b/collections/ansible_collections/demo/patching/roles/report_linux/tasks/main.yml index f02fb2a..cc3f64c 100644 --- a/collections/ansible_collections/demo/patching/roles/report_linux/tasks/main.yml +++ b/collections/ansible_collections/demo/patching/roles/report_linux/tasks/main.yml @@ -21,4 +21,4 @@ - name: display link to inventory report ansible.builtin.debug: - msg: "Please go to http://{{ ansible_host }}/linux.html" \ No newline at end of file + msg: "Please go to http://{{ ansible_host }}/reports/linux.html" \ No newline at end of file diff --git a/collections/ansible_collections/demo/patching/roles/report_linux_patching/tasks/main.yml b/collections/ansible_collections/demo/patching/roles/report_linux_patching/tasks/main.yml index 0af07d6..bd92a21 100644 --- a/collections/ansible_collections/demo/patching/roles/report_linux_patching/tasks/main.yml +++ b/collections/ansible_collections/demo/patching/roles/report_linux_patching/tasks/main.yml @@ -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: