pre-ubuntu-22.aarch64.yml 388 B

1234567891011
  1. - name: Pre install Mariadb Dependency for Ubuntu Server 2204 Arm64
  2. shell: |
  3. wget https://iso.yunion.cn/ubuntu/22/{{ onecloud_version_abbr }}/aarch64/libdbi-perl_1.643-3build3_arm64.deb -O /tmp/libdbi-perl.deb && \
  4. dpkg -i /tmp/libdbi-perl.deb && \
  5. rm -rf /tmp/libdbi-perl.deb
  6. become: yes
  7. args:
  8. executable: /bin/bash
  9. when:
  10. - onecloud_version_abbr == '3.10'