From 634b952321eef544fc12bf033a64e4231ad99d05 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Sat, 6 Oct 2018 22:18:40 +0200 Subject: [PATCH] common: update zsh path for FreeBSDH --- roles/common/tasks/FreeBSD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/tasks/FreeBSD.yml b/roles/common/tasks/FreeBSD.yml index 0f4883d..1ee6409 100644 --- a/roles/common/tasks/FreeBSD.yml +++ b/roles/common/tasks/FreeBSD.yml @@ -25,7 +25,7 @@ with_items: - { src: '.zshrc', dest: '/root/.zshrc' } - { src: '.zshrc.local', dest: '/root/.zshrc.local' } - - { src: 'prompt_gentoo_setup', dest: '/usr/local/share/zsh/5.6/functions/Prompts/prompt_gentoo_setup' } + - { src: 'prompt_gentoo_setup', dest: '/usr/local/share/zsh/5.6.2/functions/Prompts/prompt_gentoo_setup' } - name: Create BKCA certificate directory file: path="{{ item }}" state=directory