update images

This commit is contained in:
ace
2023-06-10 06:20:50 +03:00
parent e18832a89b
commit 6d83edd84d
9 changed files with 20 additions and 20 deletions

View File

@ -1,4 +1,5 @@
- hosts: localhost
gather_facts: false
connection: local
tasks:
- name: Find all dirs
@ -17,5 +18,5 @@
chdir: "{{ item }}"
target: "{{ target | default('all') }}"
params:
REGISTRY: "{{ registry | default('registry.0xace.cc/ghp') }}"
REGISTRY: "{{ registry | default('git.geekhome.org/ghp') }}"
loop: "{{ dirs.files | map(attribute='path') | list }}"