Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'ewc_license' conditional check in stackstorm.yml example play #235

Merged
merged 2 commits into from
Apr 8, 2019

Commits on Apr 6, 2019

  1. Fix 'ewc_license' conditional check in stackstorm.yml example play

    ```
    fatal: [ubuntu16]: FAILED! => {"msg": "The conditional check 'ewc_license is defined and ewc_license | length > 0' failed. The error was: Unexpected templating type error occurred on ({% if ewc_license is defined and ewc_license | length > 0 %} True {% else %} False {% endif %}): object of type 'NoneType' has no len()\n\n"}
    ```
    armab committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    3b5a565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abdc633 View commit details
    Browse the repository at this point in the history