mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
never tags docs and test (#35964)
* fufilling the promise * moved changes * Copy edit
This commit is contained in:
parent
c5dd0d97af
commit
0cf70a8970
3 changed files with 22 additions and 3 deletions
|
@ -35,3 +35,7 @@ export LC_ALL=en_US.UTF-8
|
|||
# Run a tag from a list of tags and always
|
||||
[ "$("${COMMAND[@]}" --tags café | grep -F Task_with | xargs)" = \
|
||||
"Task_with_always_tag TAGS: [always] Task_with_list_of_tags TAGS: [café, press]" ]
|
||||
|
||||
# Run tag with never
|
||||
[ "$("${COMMAND[@]}" --tags donever | grep -F Task_with | xargs)" = \
|
||||
"Task_with_always_tag TAGS: [always] Task_with_never_tag TAGS: [donever, never]" ]
|
||||
|
|
|
@ -20,3 +20,6 @@
|
|||
- press
|
||||
- name: Task_without_tag
|
||||
debug: msg=
|
||||
- name: Task_with_never_tag
|
||||
debug: msg=NEVER
|
||||
tags: ['never', 'donever']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue