Commit 13f318f5 by Maruyama

roles/common: add create git user

parent 8a03bda5
...@@ -7,3 +7,12 @@ ...@@ -7,3 +7,12 @@
yum: yum:
name: libselinux-python name: libselinux-python
become: yes become: yes
- name: create system user
user:
name: git
comment: GitLab
home: /home/git
createhome: yes
become: yes
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment