diff options
| author | Adam Williamson <awilliam@redhat.com> | 2016-03-08 13:58:48 -0800 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2016-03-08 13:59:03 -0800 |
| commit | fc588796e5fc98234f6ea07fc6319a303a2b99f4 (patch) | |
| tree | f4255d4b757c6cb07fe4407828b89ab3b2b0d553 /roles/openqa/server/tasks | |
| parent | 02310530c10152e94692389c0e27e8391776a4a5 (diff) | |
| download | ansible-fc588796e5fc98234f6ea07fc6319a303a2b99f4.tar.gz ansible-fc588796e5fc98234f6ea07fc6319a303a2b99f4.tar.xz ansible-fc588796e5fc98234f6ea07fc6319a303a2b99f4.zip | |
openqa/server: actually set geekotest user group to geekotest
Diffstat (limited to 'roles/openqa/server/tasks')
| -rw-r--r-- | roles/openqa/server/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openqa/server/tasks/main.yml b/roles/openqa/server/tasks/main.yml index 062b6a0eb..cdcde94c9 100644 --- a/roles/openqa/server/tasks/main.yml +++ b/roles/openqa/server/tasks/main.yml @@ -54,6 +54,7 @@ name: geekotest comment: "openQA user" uid: 601 + group: geekotest home: "/var/lib/openqa" createhome: no system: yes |
