summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2022-01-19 15:12:34 -0500
committerGitHub <noreply@github.com>2022-01-19 14:12:34 -0600
commit92fb7dbec1f3ba03a4a55d25ea4ca4ce4179516e (patch)
tree85e0542294030382ba7e7766ac11674ef8fdf12f
parentd579286e2d0aeb70f41b05f43ea0ad5d54d278e5 (diff)
downloadansible-92fb7dbec1f3ba03a4a55d25ea4ca4ce4179516e.tar.gz
bacwards compat doc frag (#75820)
-rw-r--r--changelogs/fragments/aca_bcc.yml2
-rw-r--r--lib/ansible/plugins/doc_fragments/action_common_attributes.py24
2 files changed, 25 insertions, 1 deletions
diff --git a/changelogs/fragments/aca_bcc.yml b/changelogs/fragments/aca_bcc.yml
new file mode 100644
index 0000000000..33a2af1c45
--- /dev/null
+++ b/changelogs/fragments/aca_bcc.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - backwards compatiblity copy of doc fragment action_common_attributes
diff --git a/lib/ansible/plugins/doc_fragments/action_common_attributes.py b/lib/ansible/plugins/doc_fragments/action_common_attributes.py
index ea8fa7c9c6..f9081ea31b 100644
--- a/lib/ansible/plugins/doc_fragments/action_common_attributes.py
+++ b/lib/ansible/plugins/doc_fragments/action_common_attributes.py
@@ -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)
@@ -16,3 +15,26 @@ class ModuleDocFragment(object):
DOCUMENTATION = r'''
options: {}
'''
+
+ ACTIONGROUPS = r'''
+options: {}
+'''
+
+ CONN = r'''
+options: {}
+'''
+
+ FACTS = r'''
+options: {}
+'''
+
+ FILES = r'''
+options: {}
+'''
+
+ FLOW = r'''
+options: {}
+'''
+ RAW = r'''
+options: {}
+'''