We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62372ad commit 640818fCopy full SHA for 640818f
playbooks/acs.yml
@@ -659,7 +659,7 @@
659
java_version: "{{ acs_play_java_version }}" # noqa: var-naming[no-role-prefix]
660
sync_version: "{{ acs_play_sync_version }}"
661
sync_zip_url: "{{ acs_play_sync_zip_url }}"
662
- sync_zip_checksum: "{{ acs_play_sync_zip_sha1_checksum }}"
+ sync_zip_checksum: "{{ acs_play_sync_zip_checksum }}"
663
sync_zip_username: "{{ nexus_user }}"
664
sync_zip_password: "{{ nexus_password }}"
665
sync_jdbc_driver_version: "{{ acs_play_sync_jdbc_driver_version }}"
0 commit comments