diff options
author | 2024-08-26 16:25:50 +0100 | |
---|---|---|
committer | 2024-08-26 19:22:41 +0200 | |
commit | df56fbbbd9d7200f6a0907b986d633819e574448 (patch) | |
tree | 5fe0a52c7a6dfe7aa519d42183f2a98bcfe59222 | |
parent | Update indentation of new postfix prometheus rules (diff) |
Make git-mirrors a system user
-rw-r--r-- | ansible/roles/git-mirrors/tasks/main.yml | 1 |
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: |