mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Remove potentially confusing provider from module documentation (#35851)
This commit is contained in:
@@ -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 = """
|
||||
|
||||
Reference in New Issue
Block a user