mirror of
https://github.com/ansible/ansible.git
synced 2026-08-05 16:13:06 +02:00
No the file name that caused the error will be apparent --------- Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com> Co-authored-by: Abhijeet Kasurde <Akasurde@redhat.com>
17 lines
257 B
Python
17 lines
257 B
Python
# Copyright (c) 2022 Ansible Project
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
from __future__ import annotations
|
|
|
|
|
|
DOCUMENTATION = """
|
|
name: broken_docs
|
|
-
|
|
"""
|
|
|
|
EXAMPLE = """
|
|
"""
|
|
|
|
RETURN = """
|
|
"""
|