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

Loading…
Cancel
Save