From 29669a1698b4d72ddf59bd36feec40f0e2ceb2c7 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 20 Aug 2023 15:25:53 +0200 Subject: [PATCH] copr-pulp: install python3 --- playbooks/groups/copr-pulp.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/groups/copr-pulp.yml b/playbooks/groups/copr-pulp.yml index d1d97e9f7f..c56f003e55 100644 --- a/playbooks/groups/copr-pulp.yml +++ b/playbooks/groups/copr-pulp.yml @@ -14,6 +14,12 @@ # - import_tasks: "{{ tasks_path }}/persistent_cloud.yml" # when: datacenter != 'aws' + # TODO Remove this in favor of aws_cloud.yml + - name: install python3 and dnf stuff + raw: sudo dnf -y install python3-dnf python3-libselinux python3 + when: + - birthday is defined + - import_tasks: "{{ tasks_path }}/aws_cloud.yml" when: datacenter == 'aws'