Create a directory for bash completion helpers
This commit is contained in:
parent
1a3b9973c4
commit
96ca7d370f
1 changed files with 4 additions and 3 deletions
|
@ -9,11 +9,12 @@
|
|||
|
||||
- name: Create the bash cache and config directories
|
||||
file:
|
||||
path: "~/.{{ item }}/bash"
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
loop:
|
||||
- cache
|
||||
- config
|
||||
- "~/.cache/bash"
|
||||
- "~/.config/bash"
|
||||
- "~/.config/bash/completion.d"
|
||||
|
||||
- name: Deploy bash profile
|
||||
file:
|
||||
|
|
Loading…
Add table
Reference in a new issue