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.

14 line
274B

  1. ---
  2. - name: pathappend service
  3. template:
  4. src: path/pathappend.service.j2
  5. dest: ~/.config/systemd/user/pathappend.service
  6. notify: systemd daemon-reload
  7. - name: pathappend service enabled
  8. systemd:
  9. name: pathappend.service
  10. enabled: true
  11. scope: user