ansible/docs
Chris Smolen 1e2b332001 Update the regex_findall example (#43052)
<!--- Your description here -->
The example has:
`{{ 'Some DNS servers are 8.8.8.8 and 8.8.4.4' | regex_findall('\b(?:[0-9]{1,3}\.){3}[0-9]{1,3}\b') }}`

It needs be double backslashes to escape the backslashes:
`{{ 'Some DNS servers are 8.8.8.8 and 8.8.4.4' | regex_findall('\\b(?:[0-9]{1,3}\\.){3}[0-9]{1,3}\\b') }}`
+label: docsite_pr
2018-07-19 19:02:49 -04:00
..
api docs: PEP8 compliance (#24681) 2017-05-30 18:08:25 +01:00
bin Documentation: show non-string non-iterable defaults for choices (#40212) 2018-06-27 22:31:47 -04:00
docsite Update the regex_findall example (#43052) 2018-07-19 19:02:49 -04:00
man added docs to CLI docstringsadded 2017-03-24 15:52:36 -04:00
templates create default status for when not provided 2018-07-09 11:44:01 -04:00