From 23ecf011dc9e1faa98b3515b1b95e7d38f931a63 Mon Sep 17 00:00:00 2001 From: Cian Hatton Date: Mon, 29 Aug 2022 19:20:37 +0100 Subject: [PATCH] moved files --- chatton/portainer/LICENSE => LICENSE | 0 chatton/portainer/README.md => README.md | 0 chatton/portainer/galaxy.yml => galaxy.yml | 0 {chatton/portainer/plugins => plugins}/README.md | 0 {chatton/portainer/plugins => plugins}/modules/portainer_stack.py | 0 .../tests => tests}/unit/plugins/modules/test_portainer_stack.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename chatton/portainer/LICENSE => LICENSE (100%) rename chatton/portainer/README.md => README.md (100%) rename chatton/portainer/galaxy.yml => galaxy.yml (100%) rename {chatton/portainer/plugins => plugins}/README.md (100%) rename {chatton/portainer/plugins => plugins}/modules/portainer_stack.py (100%) rename {chatton/portainer/tests => tests}/unit/plugins/modules/test_portainer_stack.py (100%) diff --git a/chatton/portainer/LICENSE b/LICENSE similarity index 100% rename from chatton/portainer/LICENSE rename to LICENSE diff --git a/chatton/portainer/README.md b/README.md similarity index 100% rename from chatton/portainer/README.md rename to README.md diff --git a/chatton/portainer/galaxy.yml b/galaxy.yml similarity index 100% rename from chatton/portainer/galaxy.yml rename to galaxy.yml diff --git a/chatton/portainer/plugins/README.md b/plugins/README.md similarity index 100% rename from chatton/portainer/plugins/README.md rename to plugins/README.md diff --git a/chatton/portainer/plugins/modules/portainer_stack.py b/plugins/modules/portainer_stack.py similarity index 100% rename from chatton/portainer/plugins/modules/portainer_stack.py rename to plugins/modules/portainer_stack.py diff --git a/chatton/portainer/tests/unit/plugins/modules/test_portainer_stack.py b/tests/unit/plugins/modules/test_portainer_stack.py similarity index 100% rename from chatton/portainer/tests/unit/plugins/modules/test_portainer_stack.py rename to tests/unit/plugins/modules/test_portainer_stack.py