correct typo

Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
This commit is contained in:
Martin Schurz 2023-12-06 15:57:08 +01:00
parent 422fb940a9
commit dff224f4c4

View file

@ -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"