Document how to run all tasks, even the ones with the never tag (#80315)

Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
pull/80454/head
Daniel-at-github 2 years ago committed by GitHub
parent a6e0012b8a
commit ec403db1c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -351,6 +351,12 @@ To run all tasks except those tagged ``packages``:
ansible-playbook example.yml --skip-tags "packages"
To run all tasks, even those excluded because are tagged ``never``:
.. code-block:: bash
ansible-playbook example.yml --tags "all,never"
Previewing the results of using tags
------------------------------------

Loading…
Cancel
Save