main.yml 489 B

1234567891011
  1. ---
  2. # directory for installing the anaconda distribution
  3. # Hint: it's not anaconda_home_dir because the installer-file
  4. # is located there by default and (1) anaconda has to be installed
  5. # in a non-existing dir and (2) for a version change we have to remove
  6. # the installation dir without removing the installer-file.
  7. anaconda_install_dir: "{{ anaconda_home_dir }}/dist"
  8. # just for convenience
  9. anaconda_installer_file: "{{ anaconda_installer_dir }}/{{ anaconda_installer_uri|basename }}"