ceph-ansible/infrastructure-playbooks/untested-by-ci
L3D 1daca1ba83 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>
(cherry picked from commit ab54fe20ec)
2019-06-07 16:05:51 +02:00
..
cluster-maintenance.yml syntax: change local_action syntax 2018-01-31 10:45:34 +01:00
cluster-os-migration.yml improve coding style 2019-05-06 15:09:06 +00:00
make-osd-partitions.yml improve coding style 2019-05-06 15:09:06 +00:00
migrate-journal-to-ssd.yml improve coding style 2019-05-06 15:09:06 +00:00
purge-multisite.yml don't use "static" field while including tasks 2018-10-04 07:44:28 +00:00
recover-osds-after-ssd-journal-failure.yml ansible: use 'bool' filter on boolean conditionals 2019-06-07 16:05:51 +02:00
replace-osd.yml ansible: use 'bool' filter on boolean conditionals 2019-06-07 16:05:51 +02:00