summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/doc_fragments/action_common_attributes.py
blob: ea8fa7c9c6e456155166363f024834f1f82ea2e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- coding: utf-8 -*-

# Copyright: Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type


# NOTE: this file is here to allow modules using the new attributes feature to
#       work w/o errors in this version of ansible, it does NOT provide the full
#       attributes feature, just a shim to avoid the fragment not being found.

class ModuleDocFragment(object):

    # Standard documentation fragment
    DOCUMENTATION = r'''
options: {}
'''