fix: Incorrect path
This commit is contained in:
parent
2c5e8e10b5
commit
616f8b9a53
@ -69,7 +69,7 @@
|
|||||||
dest: /opt/metacluster/container-images
|
dest: /opt/metacluster/container-images
|
||||||
remote_src: no
|
remote_src: no
|
||||||
when:
|
when:
|
||||||
- lookup('ansible.builtin.fileglob', 'opt/metacluster/container-images/*.tgz') is match('.*image-tarballs.tgz')
|
- lookup('ansible.builtin.fileglob', '/opt/metacluster/container-images/*.tgz') is match('.*image-tarballs.tgz')
|
||||||
|
|
||||||
- name: Get all stored fully qualified container image names
|
- name: Get all stored fully qualified container image names
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
|
Loading…
Reference in New Issue
Block a user