copr-pulp: remove gather facts and fallback python install
It is done in aws_cloud.yml
This commit is contained in:
parent
92cf6629f0
commit
ef3e559479
1 changed files with 0 additions and 10 deletions
|
@ -17,16 +17,6 @@
|
||||||
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
||||||
when: datacenter == 'aws'
|
when: datacenter == 'aws'
|
||||||
|
|
||||||
|
|
||||||
- name: gather facts
|
|
||||||
setup:
|
|
||||||
check_mode: no
|
|
||||||
ignore_errors: True
|
|
||||||
register: facts
|
|
||||||
- name: install python2 and dnf stuff
|
|
||||||
raw: dnf -y install python-dnf libselinux-python yum
|
|
||||||
when: facts is failed
|
|
||||||
|
|
||||||
- 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