copr-pulp: symlink /usr/bin/python to /usr/bin/python3
This commit is contained in:
parent
aac1379587
commit
e87dafc1b0
1 changed files with 13 additions and 0 deletions
|
@ -17,6 +17,19 @@
|
||||||
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
||||||
when: datacenter == 'aws'
|
when: datacenter == 'aws'
|
||||||
|
|
||||||
|
# TODO Remove in favor of base/tasks/main.yml
|
||||||
|
- name: install platform-python
|
||||||
|
package: name={{ item }} state=present
|
||||||
|
with_items:
|
||||||
|
- platform-python
|
||||||
|
|
||||||
|
# TODO Remove in favor of base/tasks/main.yml
|
||||||
|
- name: symlink /usr/bin/python to /usr/bin/python3
|
||||||
|
alternatives:
|
||||||
|
name: python
|
||||||
|
link: /usr/bin/python
|
||||||
|
path: /usr/bin/python3
|
||||||
|
|
||||||
- name: cloud basic setup
|
- name: cloud basic setup
|
||||||
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue