Skip to content

Commit

Permalink
warning about lack of arm64 libreoffice support
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jun 28, 2024
1 parent fce035f commit 3cabff7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/transformers/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@
when: ansible_architecture == 'x86_64'
ansible.builtin.include_tasks: "dependencies-{{ pkg_format }}.yml"

- name: Warning about lack of support for arm64 libreoffice
when: ansible_architecture == 'aarch64'
ansible.builtin.debug:
msg: "LibreOffice is not supported on arm64 architecture. Skipping installation."

- name: Check if service restart is needed
ansible.builtin.debug:
msg: triggering service restart
Expand Down

0 comments on commit 3cabff7

Please sign in to comment.