copr-dist-git: remove no longer needed groups

This commit is contained in:
clime 2017-07-19 19:20:11 +02:00
parent f172a85618
commit 420205573a

View file

@ -3,12 +3,10 @@
# pre-create users/groups and copy uids/gids from the current prod copr-dist-git
- group: name="packager" state=present gid=987
- 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="mock" state=present gid=135
- 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
dnf: state=present name={{ item }}