Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.

29 rindas
537B

  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