bacwards compat doc frag (#75820)

pull/76829/head
Brian Coca 3 years ago committed by GitHub
parent d579286e2d
commit 92fb7dbec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
bugfixes:
- backwards compatiblity copy of doc fragment action_common_attributes

@ -1,5 +1,4 @@
# -*- 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)
@ -15,4 +14,27 @@ class ModuleDocFragment(object):
# Standard documentation fragment
DOCUMENTATION = r'''
options: {}
'''
ACTIONGROUPS = r'''
options: {}
'''
CONN = r'''
options: {}
'''
FACTS = r'''
options: {}
'''
FILES = r'''
options: {}
'''
FLOW = r'''
options: {}
'''
RAW = r'''
options: {}
'''

Loading…
Cancel
Save