-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
|
||
# define project level attributes: | ||
name = 'clc-ansible-module' | ||
version = '1.1.1' | ||
version = '1.1.2' | ||
summary = "Centurylink Cloud Ansible Modules" | ||
description = "Ansible extension modules which allow users to interact with Centurylink Cloud to define and manage cloud components." | ||
authors = [Author ("CenturyLink Cloud", "[email protected]")] | ||
|
@@ -55,7 +55,7 @@ def initialize( project ): | |
project.get_property('filter_resources_glob').append('**/clc_ansible_module/*.py') | ||
# ---------------- | ||
# install clc-sdk during installation | ||
project.depends_on("clc-sdk", "==2.29") | ||
project.depends_on("clc-sdk", "==2.37") | ||
# ---------------- | ||
# execute some installation scripts | ||
project.set_property('dir_source_main_scripts', 'src/main/python') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters