copr-dist-git: remove no longer needed groups
This commit is contained in:
parent
f172a85618
commit
420205573a
1 changed files with 1 additions and 3 deletions
|
@ -3,12 +3,10 @@
|
||||||
# pre-create users/groups and copy uids/gids from the current prod copr-dist-git
|
# pre-create users/groups and copy uids/gids from the current prod copr-dist-git
|
||||||
- group: name="packager" state=present gid=987
|
- group: name="packager" state=present gid=987
|
||||||
- group: name="copr-dist-git" state=present gid=1003
|
- group: name="copr-dist-git" state=present gid=1003
|
||||||
- group: name="docker" state=present gid=1004
|
|
||||||
- group: name="apache" state=present gid=48
|
- group: name="apache" state=present gid=48
|
||||||
- group: name="mock" state=present gid=135
|
|
||||||
|
|
||||||
- name: create user for git repos and copr-dist-git service
|
- name: create user for git repos and copr-dist-git service
|
||||||
user: name="copr-dist-git" group=copr-dist-git groups=packager,docker,apache,mock uid=1002
|
user: name="copr-dist-git" group=copr-dist-git groups=packager,apache uid=1002
|
||||||
|
|
||||||
- name: install packages
|
- name: install packages
|
||||||
dnf: state=present name={{ item }}
|
dnf: state=present name={{ item }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue