From dff224f4c402d566a8ca27591a9317aea23654fc Mon Sep 17 00:00:00 2001 From: Martin Schurz Date: Wed, 6 Dec 2023 15:57:08 +0100 Subject: [PATCH] correct typo Signed-off-by: Martin Schurz --- molecule/os_hardening/verify_tasks/sys_account_shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/os_hardening/verify_tasks/sys_account_shell.yml b/molecule/os_hardening/verify_tasks/sys_account_shell.yml index 9ee48f05..30c040ba 100644 --- a/molecule/os_hardening/verify_tasks/sys_account_shell.yml +++ b/molecule/os_hardening/verify_tasks/sys_account_shell.yml @@ -4,6 +4,6 @@ database: passwd - name: Check that shell_sys_acc's shell is still bash - asansible.builtin.assertsert: + ansible.builtin.assert: that: - getent_passwd['shell_sys_acc'][5] == "/bin/bash"