Move setup-utility before other plays

If we setup the utility containers before previous plays, we can
have a container that's ready for use in all contextes, because
it would contain all the necessary clients.

Change-Id: Iff34a005ca3d5a6dfcd7ff8d9d5bcc6d51441789
This commit is contained in:
Jean-Philippe Evrard 2018-02-07 13:08:57 +00:00
parent 88d8491443
commit 8c0979645e

View File

@ -20,10 +20,10 @@
# before lxc_container_create, and haproxy is moved with it as
# second step.
- include: repo-use.yml
- include: utility-install.yml
- include: memcached-install.yml
- include: galera-install.yml
- include: rabbitmq-install.yml
- include: etcd-install.yml
- include: ceph-install.yml
- include: utility-install.yml
- include: rsyslog-install.yml