diff --git a/tasks/rhel7stig/apt.yml b/tasks/rhel7stig/apt.yml index ecc7c688..e749102c 100644 --- a/tasks/rhel7stig/apt.yml +++ b/tasks/rhel7stig/apt.yml @@ -16,7 +16,7 @@ - name: Ensure debsums is installed apt: name: debsums - state: installed + state: present when: security_check_package_checksums | bool - name: Gather debsums report