fixme: comment out harbor for now

This commit is contained in:
2023-07-21 13:04:36 +00:00
parent 1c4d2d1456
commit bc933d8759

View File

@@ -117,14 +117,14 @@
username: docker
password: HISTORY_PURGED_SECRET
- name: Deploy high prio compose templates
community.docker.docker_compose:
project_src: "/opt/{{ item }}/"
pull: true
files:
- "{{ item }}.yaml"
with_items:
- harbor
#- name: Deploy high prio compose templates
# community.docker.docker_compose:
# project_src: "/opt/{{ item }}/"
# pull: true
# files:
# - "{{ item }}.yaml"
# with_items:
# - harbor
- name: Deploy compose templates
community.docker.docker_compose: