Laptop Rolle repariert (?)

This commit is contained in:
Frank Schiebel 2025-11-14 17:08:06 +01:00
parent 5379166689
commit 96175541bf
2 changed files with 7 additions and 6 deletions

View file

@ -13,6 +13,10 @@
register: command_output
- set_fact:
greenfoot_installed_version: "{{ command_output.stdout }}"
- name: BlueJ URI
ansible.builtin.debug:
msg: "{{ mirror_javadev }}/bluej-{{ bluej_target_version }}.deb"
- name: Install bluej if necessary
ansible.builtin.apt: