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.

14 lignes
348B

  1. ---
  2. - name: flatpak apt package
  3. apt:
  4. pkg: flatpak
  5. when: telegram_source == 'flatpak'
  6. - name: telegram-desktop flatpak package
  7. community.general.flatpak:
  8. remote: flathub
  9. name: org.telegram.desktop
  10. state: "{{ (telegram_source == 'flatpak') | ternary('present','absent') }}"
  11. ignore_errors: "{{telegram_source != 'flatpak'}}"