Update the promtail user creation task

This commit is contained in:
Alexander Gorelyshev
2025-12-26 22:08:59 +04:00
parent fac775cb9d
commit 3203acba87
2 changed files with 4 additions and 2 deletions

View File

@@ -17,9 +17,11 @@
ansible.builtin.user:
name: promtail
groups:
- adm
- promtail
- systemd-journal
- adm
shell: /bin/false
home: /var/lib/promtail
state: present
system: true