mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Fixes for examples in f5 modules (#49490)
So that they use provider instead of deprecated args method
This commit is contained in:
parent
40a5f7bfdf
commit
7c15417f62
58 changed files with 638 additions and 439 deletions
|
@ -85,9 +85,10 @@ EXAMPLES = r'''
|
|||
network: management
|
||||
port: 9000
|
||||
snmp_version: 1
|
||||
server: lb.mydomain.com
|
||||
user: admin
|
||||
password: secret
|
||||
provider:
|
||||
server: lb.mydomain.com
|
||||
user: admin
|
||||
password: secret
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Create snmp v2 trap
|
||||
|
@ -98,9 +99,10 @@ EXAMPLES = r'''
|
|||
network: default
|
||||
port: 7000
|
||||
snmp_version: 2c
|
||||
server: lb.mydomain.com
|
||||
user: admin
|
||||
password: secret
|
||||
provider:
|
||||
server: lb.mydomain.com
|
||||
user: admin
|
||||
password: secret
|
||||
delegate_to: localhost
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue