mirror of https://github.com/ansible/ansible.git
list all tags (including never) when listing tags (#80309)
* Ensure we default to show all tags when listing tags 'never' was being excluded by default,as it is not part of the 'run tags' runtime default ('all'). For listing we now add it to the default 'run tags'.pull/80377/head
parent
043a0f3ee8
commit
4b20191c52
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- list-tags now shows the 'never' tag, which was being excluded by default. To list all tasks you still need to add `--list-tasks --tags never,all`.
|
Loading…
Reference in New Issue