25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

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