You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite/rst/user_guide
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
6 years ago
..
shared_snippets
become.rst runas + async - get working on older hosts (#41772) 7 years ago
command_line_tools.rst
index.rst
intro.rst
intro_adhoc.rst
intro_bsd.rst
intro_dynamic_inventory.rst Update Openstack dynamic inventory reference (#41459) 6 years ago
intro_getting_started.rst change OS X to macOS (#41294) 7 years ago
intro_inventory.rst Update intro_inventory.rst 6 years ago
intro_patterns.rst
intro_windows.rst
modules.rst
modules_intro.rst
modules_support.rst
playbook_pathing.rst
playbooks.rst
playbooks_advanced_syntax.rst
playbooks_async.rst
playbooks_best_practices.rst
playbooks_blocks.rst Fix typos in blocks documentation examples. (#41508) 7 years ago
playbooks_checkmode.rst
playbooks_conditionals.rst
playbooks_debugger.rst Add docs for debugger for keyword dumper (#41421) 7 years ago
playbooks_delegation.rst
playbooks_environment.rst
playbooks_error_handling.rst
playbooks_filters.rst Update the regex_findall example (#43052) 6 years ago
playbooks_filters_ipaddr.rst Adds an ipmath filter (#41985) 6 years ago
playbooks_intro.rst Docs: Update sentence structure in user guide (#42884) 6 years ago
playbooks_lookups.rst
playbooks_loops.rst
playbooks_module_defaults.rst
playbooks_prompts.rst
playbooks_python_version.rst
playbooks_reuse.rst
playbooks_reuse_includes.rst Update docs on import/include tasks (#33032) 7 years ago
playbooks_reuse_roles.rst Fix Ansible Galaxy documentation link. (#42316) 7 years ago
playbooks_roles.rst
playbooks_special_topics.rst
playbooks_startnstep.rst
playbooks_strategies.rst
playbooks_tags.rst
playbooks_templating.rst
playbooks_tests.rst Fix typo (#42433) 6 years ago
playbooks_variables.rst remove dupe entries 6 years ago
playbooks_vault.rst
plugin_filtering_config.rst
quickstart.rst
vault.rst
windows.rst
windows_dsc.rst windows dsc docs: fix missing colon in example (#41886) 7 years ago
windows_faq.rst
windows_setup.rst
windows_usage.rst
windows_winrm.rst