summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/doc_fragments/oracle_name_option.py
blob: 302ba12ce16fca70d3babc26e96e479419ea6f5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (c) 2018, Oracle and/or its affiliates.
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)


class ModuleDocFragment(object):
    DOCUMENTATION = """
    options:
        name:
            description: Use I(name) along with the other options to return only resources that match the given name
                         exactly.
            type: str
    """