mirror of https://github.com/ceph/ceph-ansible.git
remove duplicate task installing suse dependencies
roles/ceph-common/tasks/installs/install_on_suse.yml: remove the task that installs the dependencies, as this is done later in install_suse_packages.yml Signed-off-by: Johannes Kastl <kastl@b1-systems.de>pull/4341/head
parent
243edfbc96
commit
504017d562
|
@ -11,14 +11,5 @@
|
||||||
include_tasks: configure_suse_repository_installation.yml
|
include_tasks: configure_suse_repository_installation.yml
|
||||||
when: ceph_origin == 'repository'
|
when: ceph_origin == 'repository'
|
||||||
|
|
||||||
- name: install dependencies
|
|
||||||
zypper:
|
|
||||||
name: "{{ item }}"
|
|
||||||
state: present
|
|
||||||
update_cache: yes
|
|
||||||
with_items: "{{ suse_package_dependencies }}"
|
|
||||||
register: result
|
|
||||||
until: result is succeeded
|
|
||||||
|
|
||||||
- name: include install_suse_packages.yml
|
- name: include install_suse_packages.yml
|
||||||
include_tasks: install_suse_packages.yml
|
include_tasks: install_suse_packages.yml
|
||||||
|
|
Loading…
Reference in New Issue