switch2container: do not serialize the ceph-crash migration

There's no need to slow down the playbook execution time by migrating
all the `ceph-crash` instances in a serial way. Let's remove the
`serial: 1` so the migration is achieved in a parallel way.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 980a5a7df4)
pull/6283/head
Guillaume Abrioux 2021-02-11 16:28:31 +01:00
parent 2feefdc861
commit 5803619a5d
1 changed files with 0 additions and 1 deletions

View File

@ -601,7 +601,6 @@
vars: vars:
containerized_deployment: true containerized_deployment: true
serial: 1
become: true become: true
tasks: tasks:
- name: stop non-containerized ceph-crash - name: stop non-containerized ceph-crash