Fixes error in regex example (#65047)

pull/65080/head
Björn 5 years ago committed by Sandra McCann
parent 1588ad77e2
commit 7dac93254e

@ -157,7 +157,7 @@ EXAMPLES = r'''
search_regex: completed (?P<task>\w+)
register: waitfor
- debug:
msg: Completed {{ waitfor['groupdict']['task'] }}
msg: Completed {{ waitfor['match_groupdict']['task'] }}
- name: Wait until the lock file is removed
wait_for:

Loading…
Cancel
Save