update images
This commit is contained in:
@ -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 }}"
|
||||
|
Reference in New Issue
Block a user