From 0a2f85459d6cb6033a094c246fc219b63b404dfa Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Sun, 16 Sep 2018 11:50:45 +0200 Subject: [PATCH] common: update FreeBSD zsh location --- 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 fd49403..367f49c 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.5.1/functions/Prompts/prompt_gentoo_setup' } + - { src: 'prompt_gentoo_setup', dest: '/usr/local/share/zsh/5.6/functions/Prompts/prompt_gentoo_setup' } - name: Create LDAP certificate directory file: path=/etc/ldap/ssl state=directory