mirror of https://github.com/ceph/ceph-ansible.git
clients: do not run ceph-facts entirely
DNM/WIP Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>guits-speedup_client_deployment
parent
50028304f1
commit
72e581e7c4
|
@ -45,6 +45,10 @@
|
|||
tags: [with_pkg, fetch_container_image]
|
||||
- import_role:
|
||||
name: ceph-facts
|
||||
tasks_from: container_binary.yml
|
||||
- import_role:
|
||||
name: ceph-facts
|
||||
tasks_from: is_atomic.yml
|
||||
- import_role:
|
||||
name: ceph-validate
|
||||
- import_role:
|
||||
|
@ -353,6 +357,7 @@
|
|||
tags: ['ceph_update_config']
|
||||
- import_role:
|
||||
name: ceph-facts
|
||||
tasks_from: container_binary
|
||||
tags: ['ceph_update_config']
|
||||
- import_role:
|
||||
name: ceph-handler
|
||||
|
|
Loading…
Reference in New Issue