ceph-ansible/roles/ceph-common/tasks/installs
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
..
configure_debian_repository_installation.yml improve coding style 2019-04-23 15:37:07 +02:00
configure_redhat_local_installation.yml ansible: use 'bool' filter on boolean conditionals 2019-06-06 10:21:17 +02:00
configure_redhat_repository_installation.yml improve coding style 2019-04-23 15:37:07 +02:00
configure_suse_repository_installation.yml improve coding style 2019-04-23 15:37:07 +02:00
debian_community_repository.yml common: use gnupg instead of gpg 2019-05-21 17:53:58 +02:00
debian_custom_repository.yml lint yaml: remove blank lines 2018-10-31 15:04:40 +00:00
debian_dev_repository.yml ceph-common: update_cache whenever a new deb repo is added 2018-11-05 13:31:54 +01:00
debian_rhcs_repository.yml improve coding style 2019-04-23 15:37:07 +02:00
debian_uca_repository.yml retry on packages and repositories failures 2018-12-19 14:48:27 +00:00
install_debian_packages.yml UCA: Uncomment UCA variables in defaults, fix consequent breakage 2019-04-09 13:44:00 +02:00
install_debian_rhcs_packages.yml retry on packages and repositories failures 2018-12-19 14:48:27 +00:00
install_on_clear.yml lint: Remote package tasks should have a retry 2018-12-20 11:06:09 +01:00
install_on_debian.yml improve coding style 2019-04-23 15:37:07 +02:00
install_on_redhat.yml improve coding style 2019-04-23 15:37:07 +02:00
install_on_suse.yml improve coding style 2019-04-23 15:37:07 +02:00
install_redhat_packages.yml improve coding style 2019-04-23 15:37:07 +02:00
install_suse_packages.yml retry on packages and repositories failures 2018-12-19 14:48:27 +00:00
prerequisite_rhcs_cdn_install.yml Update RHCS version with Nautilus 2019-05-13 09:53:18 +02:00
prerequisite_rhcs_cdn_install_debian.yml lint: Remote package tasks should have a retry 2018-12-20 11:06:09 +01:00
prerequisite_rhcs_iso_install.yml improve coding style 2019-04-23 15:37:07 +02:00
prerequisite_rhcs_iso_install_debian.yml improve coding style 2019-04-23 15:37:07 +02:00
redhat_community_repository.yml improve coding style 2019-04-23 15:37:07 +02:00
redhat_custom_repository.yml common: refactor installation method 2017-08-30 10:52:01 +02:00
redhat_dev_repository.yml Use the CentOS repo for Red Hat dev packages 2018-04-09 10:05:57 +02:00
redhat_rhcs_repository.yml improve coding style 2019-04-23 15:37:07 +02:00
suse_obs_repository.yml ceph-common: Add initial support for openSUSE Leap distributions 2017-11-14 10:51:22 +00:00