|
|
@ -259,8 +259,6 @@ |
|
|
vars: |
|
|
vars: |
|
|
artifact_manifest: "{{ artifact_inspect_result.stdout | from_json }}" |
|
|
artifact_manifest: "{{ artifact_inspect_result.stdout | from_json }}" |
|
|
layer_info: "{{ artifact_manifest.Manifest.layers[0] }}" |
|
|
layer_info: "{{ artifact_manifest.Manifest.layers[0] }}" |
|
|
digest_with_algo: "{{ layer_info.digest }}" |
|
|
|
|
|
destination_filename: "{{ layer_info.annotations['org.opencontainers.image.title'] }}" |
|
|
|
|
|
blob_hash: "{{ layer_info.digest | replace('sha256:', '') }}" |
|
|
blob_hash: "{{ layer_info.digest | replace('sha256:', '') }}" |
|
|
|
|
|
|
|
|
when: not domain_root_disk.stat.exists |
|
|
when: not domain_root_disk.stat.exists |
|
|
|