mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Validate EXAMPLES as YAML
This commit is contained in:
parent
499d3a1b53
commit
7c00346714
112 changed files with 441 additions and 381 deletions
|
@ -149,7 +149,7 @@ EXAMPLES = r'''
|
|||
# Find files in path based on regex pattern
|
||||
- win_find:
|
||||
paths: D:\temp
|
||||
patterns: "out_\d{8}-\d{6}.log"
|
||||
patterns: 'out_\d{8}-\d{6}.log'
|
||||
|
||||
# Find files older than 1 day
|
||||
- win_find:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue