Ansible_workstation/tasks/zsh.yml

19 lines
414 B
YAML
Raw Normal View History

2018-08-22 20:54:51 +00:00
---
- name: download default grml configuration
get_url:
url: http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
dest: /etc/zsh/newuser.zshrc.recommended
backup: yes
2018-08-28 05:54:36 +00:00
- name: download default grml configuration
get_url:
url: http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
dest: /etc/zsh/zshrc
backup: yes
2018-08-22 20:54:51 +00:00
- name: Set shell for root to zsh
user:
name: root
shell: /bin/zsh