Updated the playbooks_tags guide (#58011)

* Updated the playbooks_tags guide
pull/58215/head
Sayed Anisul Hoque 5 years ago committed by Sandra McCann
parent 7d4e3af11e
commit 57596edcca

@ -39,6 +39,8 @@ tasks, you can use the ``--skip-tags`` command-line option::
ansible-playbook example.yml --skip-tags "packages" ansible-playbook example.yml --skip-tags "packages"
.. warning::
* Fact gathering is tagged with 'always' by default. It is ONLY skipped if you apply a tag and then use a different tag in ``--tags`` or the same tag in ``--skip-tags``.
.. _tag_reuse: .. _tag_reuse:

Loading…
Cancel
Save