ceph-ansible/roles/ceph-mds/tasks
L3D ab54fe20ec ansible: use 'bool' filter on boolean conditionals
By running ceph-ansible there are a lot ``[DEPRECATION WARNING]`` like these:
```
[DEPRECATION WARNING]: evaluating containerized_deployment as a bare variable,
this behaviour will go away and you might need to add |bool to the expression
in the future. Also see CONDITIONAL_BARE_VARS configuration toggle.. This
feature will be removed in version 2.12. Deprecation warnings can be disabled
by setting deprecation_warnings=False in ansible.cfg.
```

Now appended ``| bool`` on a lot of the affected variables.

Sometimes the coding style from ``variable|bool`` changed to ``variable | bool`` *(with spaces at the pipe)*.

Closes: #4022

Signed-off-by: L3D <l3d@c3woc.de>
2019-06-06 10:21:17 +02:00
..
common.yml Add ceph_keyring_permissions variable to control permissions for 2018-06-28 15:48:39 +00:00
containerized.yml rename docker_exec_cmd variable 2019-05-16 16:39:13 +02:00
create_mds_filesystems.yml rename docker_exec_cmd variable 2019-05-16 16:39:13 +02:00
main.yml ansible: use 'bool' filter on boolean conditionals 2019-06-06 10:21:17 +02:00
non_containerized.yml UCA: Uncomment UCA variables in defaults, fix consequent breakage 2019-04-09 13:44:00 +02:00