---

- name: Download bundletool jar file
  ansible.builtin.get_url:
    url: https://github.com/google/bundletool/releases/download/{{bundletool_version}}/bundletool-all-{{bundletool_version}}.jar
    dest: "{{bundletool_installation_dir}}/bundletool-all-{{bundletool_version}}.jar"
