ceph-ansible/roles/ceph-facts/tasks
Guillaume Abrioux fd8aca866d 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 03:52:54 +02:00
..
container_binary.yml docker2podman: skip some role imports from handler 2021-04-12 13:30:17 +02:00
devices.yml ceph-facts: move device facts to its own file 2021-07-02 22:21:32 +02:00
facts.yml facts: fix set_radosgw_address.yml 2022-07-06 03:52:54 +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:53 +01:00
grafana.yml make grafana network a configurable option 2022-01-19 10:08:28 +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-11-03 08:48:51 +01:00
set_radosgw_address.yml facts: fix deployments with different net interface names 2022-07-06 03:52:54 +02:00