This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
only enable pathappend
pull/1/head
Markus Katharina Brechtel
2 years ago
parent
9a86cb769c
commit
93990bcfa7
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
tasks/path.yaml
+ 1
- 2
tasks/path.yaml
View File
@@ -6,9 +6,8 @@
dest: ~/.config/systemd/user/pathappend.service
notify: systemd daemon-reload
- name: pathappend service enabled
and started
- name: pathappend service enabled
systemd:
name: pathappend.service
enabled: true
state: started
scope: user