diff --git a/ansible/hypervisor.yml b/ansible/hypervisor.yml index efe0774d..819e23f4 100644 --- a/ansible/hypervisor.yml +++ b/ansible/hypervisor.yml @@ -53,5 +53,3 @@ to_files: false, } } - vars: - beats_version: 7.7.0 diff --git a/ansible/roles/proxmox/tasks/main.yml b/ansible/roles/proxmox/tasks/main.yml index 03342e8f..b53a706a 100644 --- a/ansible/roles/proxmox/tasks/main.yml +++ b/ansible/roles/proxmox/tasks/main.yml @@ -32,3 +32,9 @@ dest: ~/.zshrc state: link force: yes + +- name: change user shell to zsh + become: yes + user: + name: root + shell: /bin/zsh