0 votes
in Ansible by
Can you filter the tasks with the help of tags?

1 Answer

0 votes
by

Yes, the tasks can be filtered using the Ansible tags. This can be done in the following ways:

1) You can use –tags option or –skip-tags option on the command-line tool.

2) You can use TAGS_RUN and TAGS_SKIP options in the Ansible configuration settings.

Related questions

0 votes
asked Feb 12, 2020 in Ansible by miceperry
0 votes
asked Feb 12, 2020 in Ansible by miceperry
0 votes
asked Aug 24, 2019 in Ansible by rahulsharma
...