Fix zsh prompt for 5.3.1.

This commit is contained in:
Markus 2017-01-07 15:10:50 +01:00
parent b2ef100994
commit 21aefb8633
1 changed files with 1 additions and 1 deletions

View File

@ -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.2/functions/Prompts/prompt_gentoo_setup' }
- { src: 'prompt_gentoo_setup', dest: '/usr/local/share/zsh/5.3.1/functions/Prompts/prompt_gentoo_setup' }
- name: Create LDAP certificate directory
file: path=/etc/ldap/ssl state=directory