Ansible_workstation/tasks/zsh.yml

20 lines
429 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
2018-08-28 06:22:50 +00:00
force: yes
2018-08-28 05:54:36 +00:00
backup: yes
2018-08-22 20:54:51 +00:00
- name: Set shell for root to zsh
user:
name: root
shell: /bin/zsh