tmullender / ansible-maven-plugin

A Maven plugin to facilitate running Ansible adhoc commands and playbooks
MIT License
30 stars 10 forks source link

It's not possible to specify multiple extra vars for the playbook goal #5

Closed tmullender closed 9 years ago

tmullender commented 9 years ago

It should be possible to recreate the command:

ansible-playook -e one=1 -e two=2 playbook.yml

ansible-playbook lets you specify multiple extra vars with multiple -e arguments however the goal currently only allows you to specify one