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
Guillaume Abrioux 2019-09-30 09:21:41 +02:00 committed by Dimitri Savineau
parent f2017dcda2
commit 4636f3f7e2
4 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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