1
0
Fork 0
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:
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

View file

@ -21,7 +21,7 @@
- Run tasks in playbook for the given tags: - 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: - Run tasks in a playbook starting at a specific task: