Merge pull request #5815 from saltvedt/patch-1

Added info on --skip-tags to tags documentation.
pull/5811/merge
jctanner 11 years ago
commit b0c9211164

@ -25,6 +25,10 @@ If you wanted to just run the "configuration" and "packages" part of a very long
ansible-playbook example.yml --tags "configuration,packages"
On the other hand, if you want to run a playbook *without* certain tasks, you could do this::
ansible-playbook example.yml --skip-tags "notification"
You may also apply tags to roles::
roles:

Loading…
Cancel
Save