ansible-playbook: fix --tags example (#4328)

beep
hellojukay 2020-09-11 11:55:18 +08:00 committed by GitHub
parent 8d745c3a0f
commit 61dadb846b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: