summaryrefslogtreecommitdiffstats
path: root/examples/collection
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:57 +0000
commit1faea9a6c75f33109e8f66b57b432fdad57b3f46 (patch)
tree4184ce38ac0cf9d5a46bbbae03c87be82927f12b /examples/collection
parentAdding upstream version 6.17.2. (diff)
downloadansible-lint-1faea9a6c75f33109e8f66b57b432fdad57b3f46.tar.xz
ansible-lint-1faea9a6c75f33109e8f66b57b432fdad57b3f46.zip
Adding upstream version 24.6.1.upstream/24.6.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--collections/ansible_collections/local/testcollection/plugins/module_utils/py.typed (renamed from examples/collection/CHANGELOG.rst)0
-rw-r--r--examples/.collection/CHANGELOG.rst (renamed from examples/collection/meta/runtime.yml)0
-rw-r--r--examples/.collection/galaxy.yml (renamed from examples/collection/galaxy.yml)0
-rw-r--r--examples/.collection/plugins/modules/alpha.py (renamed from examples/collection/plugins/modules/alpha.py)1
-rw-r--r--examples/.collection/plugins/modules/deep/beta.py (renamed from examples/collection/plugins/modules/deep/beta.py)1
5 files changed, 0 insertions, 2 deletions
diff --git a/examples/collection/CHANGELOG.rst b/collections/ansible_collections/local/testcollection/plugins/module_utils/py.typed
index e69de29..e69de29 100644
--- a/examples/collection/CHANGELOG.rst
+++ b/collections/ansible_collections/local/testcollection/plugins/module_utils/py.typed
diff --git a/examples/collection/meta/runtime.yml b/examples/.collection/CHANGELOG.rst
index e69de29..e69de29 100644
--- a/examples/collection/meta/runtime.yml
+++ b/examples/.collection/CHANGELOG.rst
diff --git a/examples/collection/galaxy.yml b/examples/.collection/galaxy.yml
index d21efb2..d21efb2 100644
--- a/examples/collection/galaxy.yml
+++ b/examples/.collection/galaxy.yml
diff --git a/examples/collection/plugins/modules/alpha.py b/examples/.collection/plugins/modules/alpha.py
index c806cad..a508a05 100644
--- a/examples/collection/plugins/modules/alpha.py
+++ b/examples/.collection/plugins/modules/alpha.py
@@ -1,6 +1,5 @@
"""An ansible test module."""
-
DOCUMENTATION = """
module: mod_1
author:
diff --git a/examples/collection/plugins/modules/deep/beta.py b/examples/.collection/plugins/modules/deep/beta.py
index ffd9ff8..3b60edc 100644
--- a/examples/collection/plugins/modules/deep/beta.py
+++ b/examples/.collection/plugins/modules/deep/beta.py
@@ -1,6 +1,5 @@
"""An ansible test module."""
-
DOCUMENTATION = """
module: mod_2
author: