apigee / henchman

Orchestration and Automation tool
BSD 2-Clause "Simplified" License
109 stars 19 forks source link

[Regression] Shell command not working #135

Closed baskaran-md closed 8 years ago

baskaran-md commented 8 years ago
  - name: Remove Support Folders
    shell: cmd="rm -rf {{ vars.install_dir }}/{var,etc,data*}"
    ignore_errors: true

This is working fine on build 245 & 253. But not on latest. 255+ / 266..

jlin21 commented 8 years ago

This should be resolved when the go shell module finishes

jlin21 commented 8 years ago

Issue resolved when shell module was ported to go