This commit is contained in:
ace
2023-06-10 08:04:31 +03:00
parent 6d83edd84d
commit b6de721713
13 changed files with 18 additions and 15 deletions

View File

@ -18,5 +18,5 @@
chdir: "{{ item }}"
target: "{{ target | default('all') }}"
params:
REGISTRY: "{{ registry | default('git.geekhome.org/ghp') }}"
REGISTRY: "{{ registry | default('gitea.geekhome.org/ghp') }}"
loop: "{{ dirs.files | map(attribute='path') | list }}"