ansible-role-java icon indicating copy to clipboard operation
ansible-role-java copied to clipboard

Error: Unzip not available

Open madprogramer opened this issue 11 months ago • 0 comments

Installing Java fails during the Install dependencies (apt, yum, dnf, zypper) task:

Playbook:

  roles:
    - role: gantsign.java
      java_version: '8.0.402+6' # Java 8

Output:

TASK [gantsign.java : Install dependencies (apt, yum, dnf, zypper)] ******************************************************************************************************************************************
fatal: [datashield_dev]: FAILED! => {"changed": false, "msg": "No package matching 'unzip' is available"}

System Information:

  • Linux ubuntu-8gb-hel1-1
  • 5.4.0-169-generic
  • # 187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023
  • x86_64 x86_64 x86_64
  • GNU/Linux

madprogramer avatar Mar 11 '24 15:03 madprogramer