Commit 4cefd1b2 by Torstein Saltvedt

Added info on --skip-tags to tags documentation.

parent 3b8fd62f
...@@ -25,6 +25,10 @@ If you wanted to just run the "configuration" and "packages" part of a very long ...@@ -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" 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:: You may also apply tags to roles::
roles: roles:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment