mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
copr-pulp: install python3
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user