]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Change ansible_lsb by ansible_distribution_release
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 20 Jun 2019 18:04:24 +0000 (14:04 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 21 Jun 2019 17:36:15 +0000 (13:36 -0400)
commit6fd4902b55167072066f9736e6a5ccb91e8b2919
treeac99721c034067e1009607f534207e1cebb9d14f
parent77d24203fa61f16c5e70a5d7b6a9b4225f76356d
Change ansible_lsb by ansible_distribution_release

The ansible_lsb fact is based on the lsb package (lsb-base,
lsb-release or redhat-lsb-core).
If the package isn't installed on the remote host then the fact isn't
populated.

--------
"ansible_lsb": {},
--------

Switching to the ansible_distribution_release fact instead.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit dc187ea6faf708b1674abd5aee917f79a95f849e)
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-common/tasks/installs/debian_community_repository.yml
roles/ceph-common/tasks/installs/debian_custom_repository.yml
roles/ceph-common/tasks/installs/debian_dev_repository.yml
roles/ceph-common/tasks/installs/prerequisite_rhcs_cdn_install_debian.yml
roles/ceph-common/tasks/installs/prerequisite_rhcs_iso_install_debian.yml
roles/ceph-defaults/defaults/main.yml
roles/ceph-nfs/tasks/pre_requisite_non_container_debian.yml