fortimanager: Correct example documentation (#49925)

Fixes: #49813

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/49086/head
Abhijeet Kasurde 6 years ago committed by GitHub
parent 26474c6902
commit ef3b75afcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:
- name: Create FGT1 Model Device
fmgr_provisioning:
host: "{{ inventory_hostname }}"
username: "{{ username }}"
password: "{{ password }}"
@ -125,8 +118,8 @@ EXAMPLES = '''
os_type: 'fos'
- name: Create FGT2 Model Device
fmgr_provision:
- name: Create FGT2 Model Device
fmgr_provisioning:
host: "{{ inventory_hostname }}"
username: "{{ username }}"
password: "{{ password }}"

Loading…
Cancel
Save