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
Guillaume Abrioux 2019-03-14 22:03:16 +01:00 committed by mergify[bot]
parent f7b20dbb48
commit 655bdb189c
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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