Skip to content

Release 1.1.21

Latest
Compare
Choose a tag to compare
@jwcolbert jwcolbert released this 24 Mar 19:29
· 11 commits to master since this release

Preferred Installation Method

pip install clc-ansible-module

To Install from this Project

  • Download clc-ansible-module-1.1.11.tar.gz to your system.
  • Remove any previous installation via pip:
    pip uninstall clc-ansible-module
  • Install the package you just downloaded:
    pip install clc-ansible-module-1.1.11.tar.gz

Note: You might have to execute the pip commands as root on some systems. Prefix the above commands with 'sudo ' in such cases.

Changes:
Fixed an issue where not having a group called "Default Group" in your primary datacenter would cause server delete failures.