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 537B

4 vuotta sitten
4 vuotta sitten
2 vuotta sitten
4 kuukautta sitten
12345678910111213141516171819202122232425262728
  1. ---
  2. - name: remove old binaries
  3. file:
  4. path: ~/bin/{{item}}
  5. state: absent
  6. loop:
  7. - etx
  8. - i3-watchers
  9. - in2qr
  10. - on-focus-workspace
  11. - on-space-shortcut
  12. - pipe-watcher
  13. - select-screenlayout
  14. - timer
  15. # - name: stop lockscreen-auto systemd user service
  16. # systemd:
  17. # name: lockscreen-auto.service
  18. # state: stopped
  19. # scope: user
  20. # enabled: false
  21. - name: remove lockscreen-auto systemd user service
  22. file:
  23. path: ~/.config/systemd/user/lockscreen-auto.service
  24. state: absent