Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-home
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
directories
pull/1/head
Markus Katharina Brechtel
2 anni fa
parent
9885ab9d34
commit
2f3692b5d1
1 ha cambiato i file
con
6 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
tasks/structure.yaml
+ 6
- 1
tasks/structure.yaml
Vedi 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