Create a directory for bash completion helpers

This commit is contained in:
Fernando Schauenburg 2019-11-15 22:13:57 +00:00
parent 1a3b9973c4
commit 96ca7d370f

View file

@ -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: