Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
shell.yml 138 B
Newer Older
- name: "SHELL | set zsh for {{ my_user }}"
Freezed's avatar
Freezed committed
  ansible.builtin.user:
    name: "{{ my_user }}"
    shell: /bin/zsh
    state: present