]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
iscsigw: refact tasks directory layout
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 30 Sep 2019 07:21:41 +0000 (09:21 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 1 Oct 2019 16:50:51 +0000 (18:50 +0200)
commitd7a06c67dbc98d2666c2cf1574baa7c557603872
tree66ec35a874c5b42a23c8fe099a580106901f5c84
parentb564c37696fcc67e43ad4eda509d833be8af8905
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>
(cherry picked from commit 4636f3f7e29267398495dc37db2fa511dae6596b)
infrastructure-playbooks/docker-to-podman.yml
roles/ceph-iscsi-gw/tasks/container/containerized.yml [deleted file]
roles/ceph-iscsi-gw/tasks/container/systemd.yml [deleted file]
roles/ceph-iscsi-gw/tasks/containerized.yml [new file with mode: 0644]
roles/ceph-iscsi-gw/tasks/main.yml
roles/ceph-iscsi-gw/tasks/systemd.yml [new file with mode: 0644]