copr-pulp: install python3
This commit is contained in:
parent
ef3e559479
commit
29669a1698
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue