ceph-ansible/roles/ceph-facts/tasks
Guillaume Abrioux 6dc7bfdd3c 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)
(cherry picked from commit d57377ef61)
2022-07-07 10:30:25 +02:00
..
container_binary.yml docker2podman: skip some role imports from handler 2021-04-12 13:30:31 +02:00
devices.yml ceph-facts: move device facts to its own file 2021-07-26 17:49:03 +02:00
facts.yml facts: fix set_radosgw_address.yml 2022-07-07 10:30:25 +02:00
get_def_crush_rule_name.yml osd: use default crush rule name when needed 2020-03-31 19:42:40 -04:00
grafana.yml Use ansible_facts 2021-03-26 00:16:58 +01:00
main.yml introduce new role ceph-facts 2018-12-12 11:18:01 +01:00
set_monitor_address.yml update: support --limit on monitor nodes 2021-10-29 01:41:13 +02:00
set_radosgw_address.yml facts: fix deployments with different net interface names 2022-07-07 10:30:20 +02:00