From 21c84a7ca8c3e54b47d334d3dd2bdb993c82b63a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 1 Feb 2021 14:57:36 -0800 Subject: [PATCH] bugzilla2fedmsg / staging: enable ipa ssh/sudo here too Signed-off-by: Kevin Fenzi --- playbooks/groups/bugzilla2fedmsg.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/bugzilla2fedmsg.yml b/playbooks/groups/bugzilla2fedmsg.yml index 127e99e301..2cf6426b0c 100644 --- a/playbooks/groups/bugzilla2fedmsg.yml +++ b/playbooks/groups/bugzilla2fedmsg.yml @@ -21,6 +21,7 @@ - nagios_client - hosts - { role: fas_client, when: env != "staging" } + - { role: ipa/client, when: env == "staging" } - sudo - collectd/base - fedmsg/base