Browse Source

directories

pull/1/head
parent
commit
2f3692b5d1
1 changed files with 6 additions and 1 deletions
  1. +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