ceph-ansible/roles/ceph-mon/tasks/docker
Sébastien Han 05331a2634 mon: fix with_items being evaluated before when
Ansible evaluates the 'with_items' before the 'when' so if the inventory
does not have the group declared it'll fail. To fix this, we set an
empty array to make the with_items happy and then evaluate with the
'when'.

Signed-off-by: Sébastien Han <seb@redhat.com>
2017-04-11 12:10:55 +02:00
..
checks.yml Better --check compatibility for ceph-mon role 2016-11-26 21:05:32 +01:00
copy_configs.yml moving to ansible v2.2 compatibility 2016-11-04 10:09:38 +01:00
create_configs.yml common: add the name of the ceph conf file in the play 2016-12-15 15:26:01 +01:00
dirs_permissions.yml ceph-docker: fix bootstrap directories permissions 2017-03-22 11:18:56 +01:00
fetch_configs.yml mon: fix with_items being evaluated before when 2017-04-11 12:10:55 +02:00
main.yml docker: fix monitors name 2017-04-10 15:13:12 +02:00
selinux.yml Better --check compatibility for ceph-mon role 2016-11-26 21:05:32 +01:00
start_docker_monitor.yml Resolve issues when groups names not in default value. 2017-03-27 21:44:30 +07:00