Skip to content
Snippets Groups Projects
Commit d6ba4a46 authored by Lars Beckers's avatar Lars Beckers
Browse files

shell: fix deployment of grml zsh config

parent d82582e8
No related branches found
No related tags found
No related merge requests found
...@@ -59,28 +59,32 @@ ...@@ -59,28 +59,32 @@
- packages - packages
- shell - shell
#- name: ensure we have an up-to-date version of grml-zsh-config - name: ensure we have an up-to-date version of grml-zsh-config
# get_url: get_url:
# url: https://www.archlinux.org/packages/extra/any/grml-zsh-config/download/ url: https://www.archlinux.org/packages/extra/any/grml-zsh-config/download/
# dest: "{{ role_path }}/files/" dest: "{{ role_path }}/files/"
# delegate_to: localhost delegate_to: localhost
# run_once: True run_once: True
# register: grml_zsh register: grml_zsh
# tags: tags:
# - config - config
# - shell - shell
# - zsh
#- name: ensure grml-zsh-config is available
# unarchive: - name: ensure grml-zsh-config is available
# src: "{{ grml_zsh.dest }}" unarchive:
# dest: / src: "{{ grml_zsh.dest }}"
# extra_opts: "--exlcude=.[A-Z]*" dest: /
# when: exclude:
# - grml_zsh.changed - .BUILDINFO
# - not grml_zsh.failed - .MTREE
# tags: - .PKGINFO
# - config when:
# - shell - not grml_zsh.failed
tags:
- config
- shell
- zsh
- name: ensure root uses the global zshrc - name: ensure root uses the global zshrc
copy: copy:
...@@ -90,6 +94,7 @@ ...@@ -90,6 +94,7 @@
tags: tags:
- config - config
- shell - shell
- zsh
- name: ensure deployment of a fancy vimrc for root - name: ensure deployment of a fancy vimrc for root
copy: copy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment