This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ka
/
ansible-role-home
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
only enable pathappend
pull/1/head
Markus Katharina Brechtel
2 年之前
父節點
9a86cb769c
當前提交
93990bcfa7
共有
1 個文件被更改
,包括
1 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
tasks/path.yaml
+ 1
- 2
tasks/path.yaml
查看文件
@@ -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