Skip to content

Commit 7791fac

Browse files
committed
update: speed up client play
wip Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com> (cherry picked from commit 817c03b)
1 parent 993e482 commit 7791fac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

infrastructure-playbooks/rolling_update.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,8 @@
981981
name: ceph-defaults
982982
- import_role:
983983
name: ceph-facts
984+
tasks_from: container_binary.yml
985+
when: containerized_deployment | bool
984986
- import_role:
985987
name: ceph-handler
986988
- import_role:
@@ -991,10 +993,7 @@
991993
when:
992994
- (group_names != ['clients']) or (inventory_hostname == groups.get('clients', [''])|first)
993995
- containerized_deployment | bool
994-
- import_role:
995-
name: ceph-config
996-
- import_role:
997-
name: ceph-client
996+
998997

999998
- name: upgrade ceph-crash daemons
1000999
hosts:

0 commit comments

Comments
 (0)