ceph-ansible/roles/ceph-facts/tasks
Guillaume Abrioux 62c42cd06b facts: fix set_radosgw_address.yml
use `include_tasks` instead of `import_tasks`.
Given that with `import_tasks` statements are preprocessed
and the tasks that defines it hasn't been run yet, it will fail
and complain like following:

```
The error was: 'ansible.vars.hostvars.HostVarsVars object' has no attribute '_interface'
```

Using `include_tasks` instead fixes this.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 434793e2fe)
2022-07-06 09:11:09 +02:00
..
container_binary.yml docker2podman: skip some role imports from handler 2021-04-12 13:30:09 +02:00
convert_grafana_server_group_name.yml ceph-facts: fix grafana group conversion 2020-12-10 16:51:16 +01:00
devices.yml ceph-facts: fix ansible templating error for auto osd discovery 2022-04-14 00:20:46 +02:00
facts.yml facts: fix set_radosgw_address.yml 2022-07-06 09:11:09 +02:00
get_def_crush_rule_name.yml ceph-facts: Fix get_def_crush_rule_name.yml in check mode 2022-02-16 09:50:24 +01:00
grafana.yml ansible: use ansible.utils.ipwrap instead of ansible.netcommon.ipwrap 2022-06-14 09:36:39 +02:00
main.yml ceph-facts: fix grafana group conversion 2020-12-10 16:51:16 +01:00
set_monitor_address.yml ansible: use ansible.utils.ipwrap instead of ansible.netcommon.ipwrap 2022-06-14 09:36:39 +02:00
set_radosgw_address.yml facts: fix deployments with different net interface names 2022-07-06 09:11:09 +02:00