mirror of https://github.com/ceph/ceph-ansible.git
iscsigw: refact tasks directory layout
This commit moves containerized deployment related files to `./tasks/ directory. This is needed to make `docker-to-podman.yml` working since we use `tasks_from:` option. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/4507/head
parent
f2017dcda2
commit
4636f3f7e2
|
@ -75,7 +75,7 @@
|
|||
|
||||
- import_role:
|
||||
name: ceph-iscsi-gw
|
||||
tasks_from: container/systemd.yml
|
||||
tasks_from: systemd.yml
|
||||
when: inventory_hostname in groups.get(iscsi_gw_group_name, [])
|
||||
|
||||
- import_role:
|
||||
|
|
|
@ -20,5 +20,5 @@
|
|||
- not use_new_ceph_iscsi | bool
|
||||
|
||||
- name: include containerized.yml
|
||||
include_tasks: container/containerized.yml
|
||||
include_tasks: containerized.yml
|
||||
when: containerized_deployment | bool
|
||||
|
|
Loading…
Reference in New Issue