Fixes error in regex example (#65047)

This commit is contained in:
Björn 2019-11-19 17:30:52 +01:00 committed by Sandra McCann
parent 1588ad77e2
commit 7dac93254e

View file

@ -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: