mirror of https://github.com/ceph/ceph-ansible.git
Revert "site.yml: run ceph-validate before facts/defaults roles"
This commit wasn't making any sense and should have never got merged. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3719/head
parent
f7b20dbb48
commit
655bdb189c
|
@ -62,13 +62,13 @@
|
|||
set_fact:
|
||||
container_binary: "{{ 'podman' if (podman_binary.stat.exists and ansible_distribution == 'Fedora') or (ansible_os_family == 'RedHat' and ansible_distribution_major_version == '8') else 'docker' }}"
|
||||
|
||||
- import_role:
|
||||
name: ceph-validate
|
||||
- import_role:
|
||||
name: ceph-defaults
|
||||
tags: [with_pkg, fetch_container_image]
|
||||
- import_role:
|
||||
name: ceph-facts
|
||||
- import_role:
|
||||
name: ceph-validate
|
||||
- import_role:
|
||||
name: ceph-infra
|
||||
- import_role:
|
||||
|
|
|
@ -66,12 +66,12 @@
|
|||
- always
|
||||
|
||||
tasks:
|
||||
- import_role:
|
||||
name: ceph-validate
|
||||
- import_role:
|
||||
name: ceph-defaults
|
||||
- import_role:
|
||||
name: ceph-facts
|
||||
- import_role:
|
||||
name: ceph-validate
|
||||
- import_role:
|
||||
name: ceph-infra
|
||||
|
||||
|
|
Loading…
Reference in New Issue