Fixes for examples in f5 modules (#49490)

So that they use provider instead of deprecated args method
This commit is contained in:
Tim Rupp 2018-12-04 10:31:25 -08:00 committed by GitHub
commit 7c15417f62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 638 additions and 439 deletions

View file

@ -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
'''