mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add missing extends_documentation_fragment (#35013)
NXOS modules need more work, though that will all be in module_docs_fragments/nxos.py
This commit is contained in:
@@ -77,6 +77,7 @@ options:
|
||||
operationally up and C(down) means present and operationally C(down)
|
||||
default: present
|
||||
choices: ['present', 'absent', 'up', 'down']
|
||||
extends_documentation_fragment: ios
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
Reference in New Issue
Block a user