Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

uninstall-git-setup.yaml 209B

1234567891011
  1. ---
  2. - name: installation directory absent
  3. file:
  4. path: /opt/telegram-desktop
  5. state: absent
  6. - name: unlink telegram-desktop binary
  7. file:
  8. path: /usr/local/bin/telegram-desktop
  9. state: absent