diff --git a/files/ansible-playbooks/update-indoor2.yml b/files/ansible-playbooks/update-indoor2.yml index 9657f95..de3d066 100644 --- a/files/ansible-playbooks/update-indoor2.yml +++ b/files/ansible-playbooks/update-indoor2.yml @@ -29,7 +29,7 @@ ssh_opts_common: "-o PreferredAuthentications=password -o PubkeyAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o NumberOfPasswordPrompts=1 -o ConnectTimeout=30" # Image to stage on DEV2 (we validate first; the actual write happens later) - image_filename: "fox200-2.2.1-r6801.bin" + image_filename: "2.2.1-r6801.bin" image_md5: "56b7211709de617e058b98d4204e2562" # Optional SHA256; leave empty to skip SHA256 checks image_sha256: "" diff --git a/files/ansible-playbooks/update-indoor3.yml b/files/ansible-playbooks/update-indoor3.yml index b4bcb27..109f699 100644 --- a/files/ansible-playbooks/update-indoor3.yml +++ b/files/ansible-playbooks/update-indoor3.yml @@ -29,7 +29,7 @@ ssh_opts_common: "-o PreferredAuthentications=password -o PubkeyAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o NumberOfPasswordPrompts=1 -o ConnectTimeout=30" # Image to stage on DEV2 (we validate first; the actual write happens later) - image_filename: "fox200-2.2.1-r6801.bin" + image_filename: "2.2.1-r6801.bin" image_md5: "56b7211709de617e058b98d4204e2562" # Optional SHA256; leave empty to skip SHA256 checks image_sha256: ""