From cd6a694d085183b7974e51716c6599d6dee16495 Mon Sep 17 00:00:00 2001 From: Cian Hatton Date: Thu, 1 Sep 2022 23:06:01 +0100 Subject: [PATCH] moving files into separate directory --- README.md => chatton/ansible-portainer/README.md | 0 galaxy.yml => chatton/ansible-portainer/galaxy.yml | 0 {plugins => chatton/ansible-portainer/plugins}/README.md | 0 .../ansible-portainer/plugins}/module_utils/portainer.py | 0 .../ansible-portainer/plugins}/modules/portainer_stack.py | 0 .../tests}/unit/plugins/modules/test_portainer_stack.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename README.md => chatton/ansible-portainer/README.md (100%) rename galaxy.yml => chatton/ansible-portainer/galaxy.yml (100%) rename {plugins => chatton/ansible-portainer/plugins}/README.md (100%) rename {plugins => chatton/ansible-portainer/plugins}/module_utils/portainer.py (100%) rename {plugins => chatton/ansible-portainer/plugins}/modules/portainer_stack.py (100%) rename {tests => chatton/ansible-portainer/tests}/unit/plugins/modules/test_portainer_stack.py (100%) diff --git a/README.md b/chatton/ansible-portainer/README.md similarity index 100% rename from README.md rename to chatton/ansible-portainer/README.md diff --git a/galaxy.yml b/chatton/ansible-portainer/galaxy.yml similarity index 100% rename from galaxy.yml rename to chatton/ansible-portainer/galaxy.yml diff --git a/plugins/README.md b/chatton/ansible-portainer/plugins/README.md similarity index 100% rename from plugins/README.md rename to chatton/ansible-portainer/plugins/README.md diff --git a/plugins/module_utils/portainer.py b/chatton/ansible-portainer/plugins/module_utils/portainer.py similarity index 100% rename from plugins/module_utils/portainer.py rename to chatton/ansible-portainer/plugins/module_utils/portainer.py diff --git a/plugins/modules/portainer_stack.py b/chatton/ansible-portainer/plugins/modules/portainer_stack.py similarity index 100% rename from plugins/modules/portainer_stack.py rename to chatton/ansible-portainer/plugins/modules/portainer_stack.py diff --git a/tests/unit/plugins/modules/test_portainer_stack.py b/chatton/ansible-portainer/tests/unit/plugins/modules/test_portainer_stack.py similarity index 100% rename from tests/unit/plugins/modules/test_portainer_stack.py rename to chatton/ansible-portainer/tests/unit/plugins/modules/test_portainer_stack.py