comment change shell
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2022-05-31 14:12:32 +02:00
parent cc66d9fda9
commit 7f23269e18

View File

@ -79,10 +79,10 @@
deb: "{{ debian_url }}"
when: ansible_facts['os_family'] == "Debian"
- name: pass user shell to zsh
user:
name: "{{ user.name }}"
shell: /bin/zsh
state: present
when: ansible_facts['os_family'] != "RedHat"
become: true
#- name: pass user shell to zsh
# user:
# name: "{{ user.name }}"
# shell: /bin/zsh
# state: present
# when: ansible_facts['os_family'] != "RedHat"
# become: true