Update intro_patterns.rst (#67151)

Removed extra quotes from example.
This commit is contained in:
Sriviswajth 2020-02-11 23:22:00 +05:30 committed by GitHub
parent 01a6e1c2c9
commit 070f946745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ Using patterns
You use a pattern almost any time you execute an ad-hoc command or a playbook. The pattern is the only element of an :ref:`ad-hoc command<intro_adhoc>` that has no flag. It is usually the second element::
ansible <pattern> -m <module_name> -a "<module options>""
ansible <pattern> -m <module_name> -a "<module options>"
For example::