Closed baskaran-md closed 8 years ago
Shell Task:
- name: "Install Bootstrap Service" shell: cmd="sh /tmp/bootstrap.sh" env="foo1={{ vars.bar1 }} foo2={{ vars.bar2 }}" debug: true
Console Logs:
TASK [ 10.10.10.10 | Install Bootstrap Service | shell ] ~~~~~~~~~~~~~~~~~~~~~ SHELL [ cmd => sh /tmp/bootstrap.sh ]
Expected:
TASK [ 10.10.10.10 | Install Bootstrap Service | shell ] ~~~~~~~~~~~~~~~~~~~~~ SHELL [ cmd => sh /tmp/bootstrap.sh env => foo1=baz1 foo2=baz2 ]
Pull Request: https://github.com/apigee/henchman/pull/125
thanks for the update @baskaran-md
Shell Task:
Console Logs:
Expected: