943a4cdb66
Previously the docker-registry container would not be upgraded when a new image is downloaded. We now ensure that new images are tagged in the local repository, and pull the image separately from the container upgrade.
7 lines
156 B
YAML
7 lines
156 B
YAML
---
|
|
- name: Pulling OpenSM container image
|
|
docker_image:
|
|
name: "{{ opensm_image_full }}"
|
|
repository: "{{ opensm_image_full }}"
|
|
state: present
|