We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A: The idea is to symlink anything inside of {{ beet_base }} into the desired location.
Create a custom task in .beetbox/tasks/post/dirs.yml
.beetbox/tasks/post/dirs.yml
symlinks: - src: "{{ beet_base }}/.data" link: /var/lib/elasticsearch force: yes
A: Create a custom task in .beetbox/tasks/post/init.yml
.beetbox/tasks/post/init.yml
- name: Runs init tasks. command: somescript.sh args: chdir: "{{ beet_base }}" become: no