Skip to content

Commit

Permalink
Fix build (#68)
Browse files Browse the repository at this point in the history
* update validations

* updated version

* support global visibility

* update circle ci

* add package update

* fix build

__NODOCS__
  • Loading branch information
EarthmanT authored Sep 14, 2020
1 parent 567d687 commit f351c9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ checkout:
executors:

py27:
docker:
- image: circleci/python:2.7
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@
2.9.3:
- Support global visibility blueprints.
- Support existing inventory file.

2.9.4:
- fix build issue
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ plugins:

ansible:
executor: central_deployment_agent
source: https://github.com/cloudify-cosmo/cloudify-ansible-plugin/archive/2.9.3.zip
source: https://github.com/cloudify-cosmo/cloudify-ansible-plugin/archive/2.9.4.zip
package_name: cloudify-ansible-plugin
package_version: '2.9.3'
package_version: '2.9.4'

dsl_definitions:

Expand Down

0 comments on commit f351c9d

Please sign in to comment.