mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
ansible-playbook: fix --tags example (#4328)
This commit is contained in:
parent
8d745c3a0f
commit
61dadb846b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
- Run tasks in playbook for the given tags:
|
||||
|
||||
`ansible-playbook {{playbook}} --tags {tags}}`
|
||||
`ansible-playbook {{playbook}} --tags {{tag1,tag2}}`
|
||||
|
||||
- Run tasks in a playbook starting at a specific task:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue