]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
defaults: change running order in main.yml 1973/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 2 Oct 2017 13:49:05 +0000 (15:49 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 2 Oct 2017 16:42:43 +0000 (18:42 +0200)
commit081f226106b4f99ff623a8c756bb88886633e570
treeaf1a520c2c8171298f2e0bb95977e9fabe7f901a
parent30ce781c795f22523d5d5640f6d104119fd2d220
defaults: change running order in main.yml

The task which sets `ceph_current_fsid` in `facts.yml` in case of containerized
deployment, will definitely fail because `docker_exec_cmd` is not set
yet.
This commits simply makes `facts.yml` played after `check_socket.yml` so
`docker_exec_cmd` is set properly.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-defaults/tasks/facts.yml
roles/ceph-defaults/tasks/main.yml