a8b31da6eb
Currently, variables using the extra-vars flags always win precedence over any other variable in ansible. There is also a 2nd use case where playbooks variables for serial, hosts, etc can only be set using extra-vars CLI flag. While this could be achieved by using secrets today, it doesn't feel like the correct way to use them. Additionally, secrets are dictionary values in ansible, making them hard to use the filters like default(). Change-Id: I6d8018661f8d13b7324a012cdbf9614e983e5114 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
6 lines
134 B
YAML
6 lines
134 B
YAML
---
|
|
features:
|
|
- |
|
|
Jobs are now able to use the :attr:`job.extra-vars` which will
|
|
use the --extra-vars flag when a job runs.
|