ansible/docs/docsite/rst
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
..
community 🚸 🐍 🍒 ⛏ Integrate cherry picker (#41403) 2018-07-12 19:34:02 +03:00
dev_guide removed note from already removed 1.x api comment 2018-07-11 11:55:57 -04:00
installation_guide ignore ansible.cfg in world writable cwd (#42070) 2018-06-29 16:46:10 -07:00
inventory draft implicit localhost docs (#31840) 2017-11-22 19:13:56 -05:00
network reinstates connection:local as an option for nxapi (#40834) 2018-05-30 08:43:33 -05:00
plugins inventory plugin docs (#42022) 2018-07-05 17:30:46 -04:00
porting_guides fixed typo (#42900) 2018-07-17 12:13:20 -04:00
reference_appendices Adding the Ansible way how to create a password hash 2018-07-11 20:30:26 -04:00
roadmap cli_config, not net_config (#42903) 2018-07-17 10:18:23 -07:00
scenario_guides New doc guide for GCP (#41753) 2018-07-06 09:09:13 -05:00
user_guide Update the regex_findall example (#43052) 2018-07-19 19:02:49 -04:00
vmware VMware: Add scenario guide for renaming VM (#42094) 2018-07-10 09:22:52 -05:00
conf.py Adding support for opensearch of documentation (#38593) 2018-04-25 18:01:26 -07:00
index.rst Adds documentation structure and stubs for new VMWare guide (#39246) 2018-05-03 08:05:28 -07:00