mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 16:34:02 -07:00
Remove potentially confusing provider
from module documentation (#35851)
This commit is contained in:
parent
07221d777a
commit
dfcae9fc8e
5 changed files with 4 additions and 45 deletions
|
@ -152,7 +152,6 @@ EXAMPLES = """
|
|||
junos_config:
|
||||
src: srx.cfg
|
||||
comment: update config
|
||||
provider: "{{ netconf }}"
|
||||
|
||||
- name: load configure lines into device
|
||||
junos_config:
|
||||
|
@ -160,22 +159,18 @@ EXAMPLES = """
|
|||
- set interfaces ge-0/0/1 unit 0 description "Test interface"
|
||||
- set vlans vlan01 description "Test vlan"
|
||||
comment: update config
|
||||
provider: "{{ netconf }}"
|
||||
|
||||
- name: rollback the configuration to id 10
|
||||
junos_config:
|
||||
rollback: 10
|
||||
provider: "{{ netconf }}"
|
||||
|
||||
- name: zero out the current configuration
|
||||
junos_config:
|
||||
zeroize: yes
|
||||
provider: "{{ netconf }}"
|
||||
|
||||
- name: confirm a previous commit
|
||||
junos_config:
|
||||
confirm_commit: yes
|
||||
provider: "{{ netconf }}"
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue