mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07:00
Fix invalid string escape sequences.
This commit is contained in:
parent
f9cd50411f
commit
e45c763b64
48 changed files with 77 additions and 77 deletions
|
@ -51,7 +51,7 @@ requirements:
|
|||
- netapp-lib (2015.9.25). Install using 'pip install netapp-lib'
|
||||
|
||||
notes:
|
||||
- The modules prefixed with C(netapp\_cdot) are built to support the ONTAP storage platform.
|
||||
- The modules prefixed with C(netapp\\_cdot) are built to support the ONTAP storage platform.
|
||||
|
||||
"""
|
||||
|
||||
|
@ -75,7 +75,7 @@ requirements:
|
|||
- solidfire-sdk-python (1.1.0.92)
|
||||
|
||||
notes:
|
||||
- The modules prefixed with C(sf\_) are built to support the SolidFire storage platform.
|
||||
- The modules prefixed with C(sf\\_) are built to support the SolidFire storage platform.
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue