Removes invalid example (#44778)

The example included is currently invalid because the referenced
module is not in the upstream code.
pull/44781/head
Tim Rupp 6 years ago committed by GitHub
parent adc5f0c89d
commit 7f990cfc11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,32 +73,6 @@ EXAMPLES = r'''
server: lb.mydomain.com server: lb.mydomain.com
user: admin user: admin
delegate_to: localhost delegate_to: localhost
- name: Set vectors of DoS profile
bigip_firewall_dos_profile_vector:
name: "{{ item }}"
rate_increase: 100
rate_limit: infinite
rate_threshold: 120000
provider:
password: secret
server: lb.mydomain.com
user: admin
loop:
- a
- aaaa
- any
- axfr
- cname
- ixfr
- mx
- ns
- other
- ptr
- soa
- srv
- txt
delegate_to: localhost
''' '''
RETURN = r''' RETURN = r'''

Loading…
Cancel
Save