From 2fca7201769db273c9cabdb5d69e291739ac90c7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 24 Jan 2025 12:18:07 -0800 Subject: [PATCH] koji_hub: remove old shadow user Signed-off-by: Kevin Fenzi --- roles/koji_hub/tasks/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/roles/koji_hub/tasks/main.yml b/roles/koji_hub/tasks/main.yml index 38c0155b1f..f41721ff7a 100644 --- a/roles/koji_hub/tasks/main.yml +++ b/roles/koji_hub/tasks/main.yml @@ -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: