22 lines
485 B
YAML
22 lines
485 B
YAML
---
|
|
# - 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
|
|
#
|
|
# - name: download default grml configuration
|
|
# get_url:
|
|
# url: http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
|
|
# dest: /etc/zsh/zshrc
|
|
# force: yes
|
|
# backup: yes
|
|
|
|
- name: Set shell for root to zsh
|
|
user:
|
|
name: root
|
|
shell: /bin/zsh
|
|
tags:
|
|
- first_deployement
|
|
|