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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

clean.yaml 377B

4 years ago
4 years ago
3 years ago
12345678910111213141516171819
  1. ---
  2. - name: disable and stop eralitex vdesk user service
  3. systemd:
  4. name: eralitex@:16.service
  5. state: stopped
  6. enabled: false
  7. scope: user
  8. failed_when: false
  9. - name: remove eralitex user service
  10. file:
  11. path: ~/.config/systemd/user/eralitex@.service
  12. state: absent
  13. - name: remove old eralitex directory
  14. file:
  15. path: ~/.eralitex
  16. state: absent