Suppose I want to pass a long list of arguments to multiple tasks - is there an easy way to define them once and then share them in all tasks?
tasks:
- name: test1
test1:
param1=value1
...
param99=value99
...
- name: test10
test10:
param1=value1
...
param99=value99