Skip to content

Commit

Permalink
missing options in fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Nov 4, 2022
1 parent e81f963 commit 2811949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/doc_fragments/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class ModuleDocFragment(object):
'''

ACTION_GROUP = r'''
options: {}
attributes:
action_group:
description: Use C(group/community.hashi_vault.vault) in C(module_defaults) to set defaults for this module.
Expand All @@ -24,6 +25,7 @@ class ModuleDocFragment(object):
'''

CHECK_MODE_READ_ONLY = r'''
options: {}
attributes:
check_mode:
support: full
Expand Down

0 comments on commit 2811949

Please sign in to comment.