Browse Source

only enable pathappend

pull/1/head
parent
commit
93990bcfa7
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      tasks/path.yaml

+ 1
- 2
tasks/path.yaml View File

@@ -6,9 +6,8 @@
dest: ~/.config/systemd/user/pathappend.service dest: ~/.config/systemd/user/pathappend.service
notify: systemd daemon-reload notify: systemd daemon-reload


- name: pathappend service enabled and started
- name: pathappend service enabled
systemd: systemd:
name: pathappend.service name: pathappend.service
enabled: true enabled: true
state: started
scope: user scope: user