Nicolas Massé 3 months ago
parent
commit
66304ba9fb
  1. 2
      ansible/create-vm.yaml

2
ansible/create-vm.yaml

@ -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

Loading…
Cancel
Save