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.

3 年之前
2 年之前
3 年之前
3 年之前
2 年之前
3 年之前
123456789101112131415161718192021222324252627
  1. ---
  2. - name: bin directory
  3. file:
  4. path: ~/bin
  5. state: directory
  6. - name: local bin directory
  7. file:
  8. path: ~/.local/bin/
  9. state: directory
  10. - name: tmp directory
  11. file:
  12. path: ~/tmp
  13. state: directory
  14. - name: binaries
  15. copy:
  16. src: bin/
  17. dest: ~/.local/bin/
  18. mode: 0755
  19. - name: systemd user config directory
  20. file:
  21. path: ~/.config/systemd/user
  22. state: directory