You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

uninstall-git-setup.yaml 209B

3 vuotta sitten
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