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
my_user.yml 143 B
Newer Older
  • Learn to ignore specific revisions
  • Freezed's avatar
    Freezed committed
    ---
    
    - name: MY USER | set zsh for shell
      become: no
      ansible.builtin.user:
        name: "{{ my_user }}"
        shell: /bin/zsh
        state: present