The ansible-playbook command supports the '-e', or
'--extra-vars' argument to 'set additional variables
as key=value or YAML/JSON' to a playbook. This small
change adds this as a supported option.
This is a useful feature to add until the problem is solved
in general as per:
The ansible-playbook command supports the '-e', or '--extra-vars' argument to 'set additional variables as key=value or YAML/JSON' to a playbook. This small change adds this as a supported option.
This is a useful feature to add until the problem is solved in general as per:
https://github.com/d0ugal/mistral-ansible-actions/issues/4