Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- ---
-
- - name: flatpak apt package
- apt:
- pkg: flatpak
- when: telegram_source == 'flatpak'
-
- - name: telegram-desktop flatpak package
- community.general.flatpak:
- remote: flathub
- name: org.telegram.desktop
- state: "{{ (telegram_source == 'flatpak') | ternary('present','absent') }}"
- ignore_errors: "{{telegram_source != 'flatpak'}}"
|