diff --git a/tasks/rhel7stig/file_perms.yml b/tasks/rhel7stig/file_perms.yml index d48f804..04ee1c6 100644 --- a/tasks/rhel7stig/file_perms.yml +++ b/tasks/rhel7stig/file_perms.yml @@ -107,7 +107,7 @@ when: - item.uid >= 1000 - security_set_home_directory_permissions_and_owners | bool - with_items: "{{ user_list.users | selectattr('uid', 'greater_than', 999) | list }}" + with_items: "{{ user_list.users | selectattr('uid', 'greaterthan', 999) | list }}" tags: - medium - file_perms