Skip to content

Release 1.1.11

Compare
Choose a tag to compare
@bmh2git bmh2git released this 30 May 22:33
· 103 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 bug where invalid id results in crash in the network_facts module.