Skip to content

Release v1.0.1

Compare
Choose a tag to compare
@titom73 titom73 released this 22 Nov 20:42
23272f9

Ansible Collection update

  • Improve documentation (#70)
  • Validate code with ansible-test for galaxy integration (#64)
  • Fix an issue where inactive devices could break cv_facts (#61)
  • Implement mode mechanism in cv_container (#58)
  • Fix issue where tasks appeared multiple times causing cv_task error (#82)
  • cv_task not catching tasks returned by cv_device (#79)

Repository Update

  • Create Dockerfile for both python 2.7 and 3.x (#56)
  • Create Makefile to reduce manual overhead (#34)
  • Update collection path to allow local development (#73)
  • Create dev unit testing with Makefile