From ba233a0cbad76b4783a03893e7bf4716fbc0f0ec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 26 Jun 2024 08:24:58 +0200 Subject: Merging upstream version 24.6.1. Signed-off-by: Daniel Baumann --- plugins/modules/fake_module.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'plugins/modules') diff --git a/plugins/modules/fake_module.py b/plugins/modules/fake_module.py index bdff5c7..1c42b8f 100644 --- a/plugins/modules/fake_module.py +++ b/plugins/modules/fake_module.py @@ -2,8 +2,17 @@ This is used to test ability to detect and use custom modules. """ + from ansible.module_utils.basic import AnsibleModule +EXAMPLES = r""" +- name: "playbook" + tasks: + - name: Hello + debug: + msg: 'world' +""" + def main() -> None: """Return the module instance.""" -- cgit v1.2.3