ceph-ansible/roles/ceph-facts/tasks
Dmitriy Rabotyagov b610297554 Do not pass NoneType as argument to ceph_crush_rule
With ansible-core 2.15 it is not possible to pass argument of unexpected
type, as otherwise module will fail with:
`'None' is not a string and conversion is not allowed`

With that we want to only get all existing crush rules, so we can simply
supply an empty string as a name argument, which would satisfy
requirements and have same behaviour for previous ansible versions.

Alternative approach would be to stop making `name` as a required
argument to the module and use empty string as default value
when info state is used.

Signed-off-by: Dmitriy Rabotyagov <noonedeadpunk@gmail.com>
2023-12-06 19:13:39 +01:00
..
container_binary.yml docker2podman: skip some role imports from handler 2021-04-09 15:28:50 +02:00
convert_grafana_server_group_name.yml ceph-facts: fix grafana group conversion 2020-12-10 16:51:16 +01:00
devices.yml devices: allow using lvm_volumes with devices 2023-03-17 16:05:34 +01:00
facts.yml facts: fix set_radosgw_address.yml 2022-07-05 21:10:50 +02:00
get_def_crush_rule_name.yml Do not pass NoneType as argument to ceph_crush_rule 2023-12-06 19:13:39 +01:00
grafana.yml Add ipv6 libvirt support scenario in vagrant 2023-06-28 20:51:01 +02:00
main.yml ceph-facts: fix grafana group conversion 2020-12-10 16:51:16 +01:00
set_monitor_address.yml common: move to `ansible.utils.ipwrap` 2022-05-12 22:51:31 +02:00
set_radosgw_address.yml dashboad: rgw frontends entries in ceph.conf are incorrect 2023-09-26 10:37:14 +02:00