copr-pulp: install python3

This commit is contained in:
Jakub Kadlcik 2023-08-20 15:25:53 +02:00
parent ef3e559479
commit 29669a1698

View file

@ -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'