diff --git a/tasks/section_5/cis_5.6.x.yml b/tasks/section_5/cis_5.6.x.yml index 884efd8..6100b0b 100644 --- a/tasks/section_5/cis_5.6.x.yml +++ b/tasks/section_5/cis_5.6.x.yml @@ -116,6 +116,7 @@ block: - name: "5.6.6 | PATCH | Ensure root password is set" ansible.builtin.shell: passwd -S root | grep "Password set, SHA512 crypt" + changed_when: false register: root_passwd - name: "5.6.6 | PATCH | Ensure root password is set"