aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-26 16:25:50 +0100
committerGravatar Johannes Christ <[email protected]>2024-08-26 19:22:41 +0200
commitdf56fbbbd9d7200f6a0907b986d633819e574448 (patch)
tree5fe0a52c7a6dfe7aa519d42183f2a98bcfe59222
parentUpdate indentation of new postfix prometheus rules (diff)
Make git-mirrors a system user
-rw-r--r--ansible/roles/git-mirrors/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/git-mirrors/tasks/main.yml b/ansible/roles/git-mirrors/tasks/main.yml
index 97847ef..674e708 100644
--- a/ansible/roles/git-mirrors/tasks/main.yml
+++ b/ansible/roles/git-mirrors/tasks/main.yml
@@ -19,6 +19,7 @@
- name: Create mirroring user
user:
state: present
+ system: true
name: "{{ git_mirrors_user }}"
home: "{{ git_mirrors_base_dir }}"
tags: