releng: no more fedmsg group in the new fedora-messaging world

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-04-18 13:44:41 -07:00
parent 05c63c69b2
commit 728d9b9c92

View file

@ -66,7 +66,7 @@
group: name=masher gid=751 system=yes state=present
- name: add masher user as 751 - and group
user: name=masher uid=751 group=masher home=/home/masher groups=mock,ftpsync,fedmsg
user: name=masher uid=751 group=masher home=/home/masher groups=mock,ftpsync
# masher ssh keys and config
- name: add masher ssh dir
file: state=directory path=/home/masher/.ssh mode=700 owner=masher group=masher