mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
windows dsc docs: fix missing colon in example (#41886)
This commit is contained in:
parent
2e46688bca
commit
0b2ec9b11c
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ a custom class defined by that resource. Defining a value that takes in a
|
|||
For example, to define a ``[CimInstance]`` value in Ansible::
|
||||
|
||||
# [CimInstance]AuthenticationInfo == MSFT_xWebAuthenticationInformation
|
||||
AuthenticationInfo
|
||||
AuthenticationInfo:
|
||||
Anonymous: no
|
||||
Basic: yes
|
||||
Digest: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue