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
|
- name: Create the bash cache and config directories
|
||||||
file:
|
file:
|
||||||
path: "~/.{{ item }}/bash"
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
loop:
|
loop:
|
||||||
- cache
|
- "~/.cache/bash"
|
||||||
- config
|
- "~/.config/bash"
|
||||||
|
- "~/.config/bash/completion.d"
|
||||||
|
|
||||||
- name: Deploy bash profile
|
- name: Deploy bash profile
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue