mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
Minor documentation fixes.
Fixed double-dash literals. Fixed broken :doc: links. Minor case fixes. Minor wording fixes.
This commit is contained in:
parent
61d283e2ad
commit
f3e416f065
11 changed files with 36 additions and 38 deletions
|
@ -72,7 +72,7 @@ Most people don't specify patterns as regular expressions, but you can. Just st
|
|||
|
||||
~(web|db).*\.example\.com
|
||||
|
||||
While we're jumping a bit ahead, additionally, you can add an exclusion criteria just by supplying the "--limit" flag to /usr/bin/ansible or /usr/bin/ansible-playbook::
|
||||
While we're jumping a bit ahead, additionally, you can add an exclusion criteria just by supplying the ``--limit`` flag to /usr/bin/ansible or /usr/bin/ansible-playbook::
|
||||
|
||||
ansible-playbook site.yml --limit datacenter2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue