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