Is there any way (maybe not with meta:) to end a play with a verbosity level? I don’t think the following does exist, but expresses well what I am looking for.
ie.
`
meta: end_play
verbosity: 2
`
Is there any way (maybe not with meta:) to end a play with a verbosity level? I don’t think the following does exist, but expresses well what I am looking for.
ie.
`
meta: end_play
verbosity: 2
`
In 2.6 the ansible_verbosity variable will be introduced. Coupled with a when statement, this will then be achievable.