lukeburciu / hpviz

MIT License
3 stars 0 forks source link

Deployment Pipeline failed #114

Closed madeinoz67 closed 3 years ago

madeinoz67 commented 3 years ago

ERROR! couldn't resolve module/action 'docker_network'. This often indicates a misspelling, missing collection, or incorrect module path.

The error appears to be in '/github/workspace/pb-docker-deploy-viz.yml': line 183, column 7, but may be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

- name: Define VIZ network (docker)
  ^ here
madeinoz67 commented 3 years ago

appears to be ansible version number has been bumped in the pipeline to 2.10.3

docker_network module is now community.docker.docker_network

This affects all docker modules and now part of community.docker collection

madeinoz67 commented 3 years ago

bumped versions in ansible-lint action

madeinoz67 commented 3 years ago

pinned ansible and ansible-lint versions to that being used in the ansible action. Unable to pin version within the ansible action

madeinoz67 commented 3 years ago

merged successfully