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
directories
pull/1/head
Markus Katharina Brechtel
2 years ago
parent
9885ab9d34
commit
2f3692b5d1
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
tasks/structure.yaml
+ 6
- 1
tasks/structure.yaml
View File
@@ -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