Skip to content

Commit f0cf958

Browse files
committed
Fix container image publish to Docker Hub
Publishing container images to Docker Hub was failing with: state is present but all of the following are missing: source This is caused by the recent Ansible upgrade by Zuul [1]: the source parameter is mandatory since Ansible 2.12. [1] https://review.opendev.org/c/openstack/project-config/+/849120 Change-Id: I232fe835f5a650c258243f1ee4720480f2e6e7b1 (cherry picked from commit 2da76f7)
1 parent 8253acd commit f0cf958

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/playbooks/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
docker_image:
2222
name: "{{ item.RepoTags.0 }}"
2323
push: yes
24+
source: local
2425
loop: "{{ docker_host_info.images }}"
2526
when: kolla_registry == 'dockerhub'
2627

0 commit comments

Comments
 (0)