ibm-functions / composer

Composer is a new programming model for composing cloud functions built on Apache OpenWhisk.
Apache License 2.0
135 stars 26 forks source link

Bump Ansible version #74

Closed nbaudis closed 3 years ago

nbaudis commented 3 years ago

This increases the Ansible version during Travis builds.

Currently, the build fails because of a syntax error in an unused variable (see https://github.com/apache/openwhisk/blob/master/ansible/group_vars/all#L456), which is not a problem since Ansible 2.6, where unused variables are not templated.