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