mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Fix typos in examples for purefb_ds and purefb_dsrole (#52861)
This commit is contained in:
parent
00003cbb7b
commit
a54b948730
2 changed files with 6 additions and 6 deletions
|
@ -69,7 +69,7 @@ extends_documentation_fragment:
|
|||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
- name: Delete exisitng management directory service
|
||||
- name: Delete existing management directory service
|
||||
purefb_ds:
|
||||
dstype: management
|
||||
state: absent
|
||||
|
@ -86,14 +86,14 @@ EXAMPLES = r'''
|
|||
fb_url: 10.10.10.2
|
||||
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||
|
||||
- name: Enable exisitng SMB directory service
|
||||
- name: Enable existing SMB directory service
|
||||
purefb_ds:
|
||||
dstypr: smb
|
||||
enable: true
|
||||
fb_url: 10.10.10.2
|
||||
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||
|
||||
- name: Disable exisitng management directory service
|
||||
- name: Disable existing management directory service
|
||||
purefb_ds:
|
||||
dstype: management
|
||||
enable: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue