mirror of https://github.com/ceph/ceph-ansible.git
1daca1ba83
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
|
||
---|---|---|
.. | ||
configure_debian_repository_installation.yml | ||
configure_redhat_local_installation.yml | ||
configure_redhat_repository_installation.yml | ||
configure_suse_repository_installation.yml | ||
debian_community_repository.yml | ||
debian_custom_repository.yml | ||
debian_dev_repository.yml | ||
debian_rhcs_repository.yml | ||
debian_uca_repository.yml | ||
install_debian_packages.yml | ||
install_debian_rhcs_packages.yml | ||
install_on_clear.yml | ||
install_on_debian.yml | ||
install_on_redhat.yml | ||
install_on_suse.yml | ||
install_redhat_packages.yml | ||
install_suse_packages.yml | ||
prerequisite_rhcs_cdn_install.yml | ||
prerequisite_rhcs_cdn_install_debian.yml | ||
prerequisite_rhcs_iso_install.yml | ||
prerequisite_rhcs_iso_install_debian.yml | ||
redhat_community_repository.yml | ||
redhat_custom_repository.yml | ||
redhat_dev_repository.yml | ||
redhat_rhcs_repository.yml | ||
suse_obs_repository.yml |