From efdfc8e7e9cc0c99a5f1213874082f3c3dd1b00c Mon Sep 17 00:00:00 2001 From: willtome Date: Wed, 23 Mar 2022 16:54:54 -0400 Subject: [PATCH] update --- .../demo/patching/roles/patch_linux/tasks/main.yml | 2 ++ linux/patching_report.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/collections/ansible_collections/demo/patching/roles/patch_linux/tasks/main.yml b/collections/ansible_collections/demo/patching/roles/patch_linux/tasks/main.yml index faa01ec..a857f3b 100644 --- a/collections/ansible_collections/demo/patching/roles/patch_linux/tasks/main.yml +++ b/collections/ansible_collections/demo/patching/roles/patch_linux/tasks/main.yml @@ -2,9 +2,11 @@ - name: Scan packages demo.patching.scan_packages: os_family: "{{ ansible_os_family }}" + check_mode: no - name: Scan services demo.patching.scan_services: + check_mode: no - name: upgrade packages (yum) yum: diff --git a/linux/patching_report.yml b/linux/patching_report.yml index a8586f6..2ee1385 100644 --- a/linux/patching_report.yml +++ b/linux/patching_report.yml @@ -23,6 +23,6 @@ name: demo.patching.report_linux - include_role: - name: demo.patching.report_linux_patch + name: demo.patching.report_linux_patching delegate_to: "{{ report_server }}" run_once: yes \ No newline at end of file