From feceb9952828d90c4eaa19e64e007519c9069e2e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 18 Nov 2022 18:27:46 -0800 Subject: [PATCH] batcave: install python39-jmespath for copr playbooks Signed-off-by: Kevin Fenzi --- roles/batcave/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index 9eea5e1b43..58f3ae25d3 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -48,6 +48,7 @@ - dnf-plugins-core # To get dnf reposync - fedora-messaging # To send/receive messages on the amqp bus - ansible-freeipa # For the IPA server configuration tasks + - python39-jmespath # for the copr playbooks tags: - batcave - config