ansible-collection-hardening/molecule/os_hardening/prepare_tasks/sys_account_shell.yml
Martin Schurz 7e33ea0bae use ansible-lint to autofix problems
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
2023-12-06 14:37:09 +01:00

5 lines
115 B
YAML

---
- name: Create system user with shell that should keep it
user:
name: shell_sys_acc
shell: /bin/bash