Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shell /sbin/nologin is on Debian based systems located in /usr/sbin/nologin #17

Open
a1300 opened this issue Nov 1, 2021 · 0 comments

Comments

@a1300
Copy link

a1300 commented Nov 1, 2021

Use /usr/sbin/nologin for Debian based systems instead of /sbin/nologin

- name: Loki create user
user:
name: "{{ loki_user }}"
group: "{{ loki_group }}"
createhome: no
shell: /sbin/nologin
comment: "Loki User"
state: present
become: yes
tags:
- loki

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant