diff options
author | Sriviswajth <sriviswajith@gmail.com> | 2020-02-11 18:52:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 18:52:00 +0100 |
commit | 070f946745e5348333dcb0985c216d69be6ea63e (patch) | |
tree | 13b0a456960b9bdab64ee13aa7dc9bdadf2acf3a /docs | |
parent | Mention role defaults file (#67153) (diff) | |
download | ansible-070f946745e5348333dcb0985c216d69be6ea63e.tar.xz ansible-070f946745e5348333dcb0985c216d69be6ea63e.zip |
Update intro_patterns.rst (#67151)
Removed extra quotes from example.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/user_guide/intro_patterns.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/user_guide/intro_patterns.rst b/docs/docsite/rst/user_guide/intro_patterns.rst index 46bd2fc366..0bb601e88b 100644 --- a/docs/docsite/rst/user_guide/intro_patterns.rst +++ b/docs/docsite/rst/user_guide/intro_patterns.rst @@ -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:: |