Skip to content

Commit

Permalink
Fixed coreos checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
Tero Ahonen committed Mar 20, 2020
1 parent 75ad8c0 commit ede779d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/openshift-4-cluster/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ coreos_download_url: "https://mirror.openshift.com/pub/openshift-v4/dependencies

# How to get the checksum:
# ansible -m stat -a 'path=/var/lib/libvirt/images/rhcos-4.3.0.qcow2' localhost | grep checksum
coreos_checksum: "1de22f494f391a156ec3b2884c37c42f"
coreos_checksum: "8cf621e0996881d759399c699d766f7a28ec000e"
coreos_image_location: /var/lib/libvirt/images/rhcos-{{ coreos_version }}.qcow2


Expand Down

0 comments on commit ede779d

Please sign in to comment.