fortimanager: Correct example documentation (#49925)

Fixes: #49813

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-12-15 12:10:32 +05:30 committed by GitHub
parent 26474c6902
commit ef3b75afcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,15 +99,8 @@ options:
'''
EXAMPLES = '''
- name: Create Model Device
hosts: FortiManager
connection: local
gather_facts: False
tasks:
- name: Create FGT1 Model Device
fmgr_provision:
fmgr_provisioning:
host: "{{ inventory_hostname }}"
username: "{{ username }}"
password: "{{ password }}"
@ -126,7 +119,7 @@ EXAMPLES = '''
- name: Create FGT2 Model Device
fmgr_provision:
fmgr_provisioning:
host: "{{ inventory_hostname }}"
username: "{{ username }}"
password: "{{ password }}"