Run eavesdrop jobs when gerritbot role updates

We've got an ansible role that we run on eavesdrop to deploy the
gerritbot service. Changes to this role didn't previously trigger the
system-config-run-eavesdrop or infra-prod-service-eavesdrop jobs. Fix
that.

Change-Id: Ibc2936cacb1d8b3de0342489424e0669aa57b744
This commit is contained in:
Clark Boylan
2025-08-06 15:26:41 -07:00
parent 612c63cbfd
commit 0c2f3012b4
2 changed files with 2 additions and 0 deletions

View File

@@ -493,6 +493,7 @@
- playbooks/roles/install-docker
- playbooks/roles/iptables/
- playbooks/roles/accessbot
- playbooks/roles/gerritbot
- playbooks/roles/limnoria
- playbooks/roles/ptgbot
- playbooks/roles/statusbot

View File

@@ -207,6 +207,7 @@
- inventory/service/group_vars/eavesdrop.yaml
- playbooks/roles/install-docker
- playbooks/roles/accessbot
- playbooks/roles/gerritbot
- playbooks/roles/limnoria
- playbooks/roles/logrotate
- playbooks/roles/matrix-eavesdrop