이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
ka
/
ansible-role-home
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
directories
pull/1/head
Markus Katharina Brechtel
2 년 전
부모
9885ab9d34
커밋
2f3692b5d1
1개의 변경된 파일
과
6개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
tasks/structure.yaml
+ 6
- 1
tasks/structure.yaml
파일 보기
@@ -5,6 +5,11 @@
path: ~/bin
state: directory
- name: local bin directory
file:
path: ~/.local/bin/
state: directory
- name: tmp directory
file:
path: ~/tmp
@@ -13,7 +18,7 @@
- name: binaries
copy:
src: bin/
dest: ~/bin
dest: ~/
.local/
bin
/
mode: 0755
- name: systemd user config directory