koji_hub: remove old shadow user

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-24 12:18:07 -08:00
parent 2f2ba91754
commit 2fca720176

View file

@ -467,13 +467,6 @@
- files
when: env != 'staging' and ansible_hostname.startswith('koji02')
- name: Create shadow user
user: name=koji_shadow
when: "fedmsg_koji_instance != 'primary'"
tags:
- files
- koji_hub
- name: Disable systemd-oomd we do not need or want it
service: name=systemd-oomd state=stopped enabled=no
tags: