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 183 B
Newer Older
  • Learn to ignore specific revisions
  • - name: "SHELL | set zsh for {{ my_user }}"
    
      when: inventory_hostname in groups.station
    
    Freezed's avatar
    Freezed committed
      ansible.builtin.user:
        name: "{{ my_user }}"
        shell: /bin/zsh
        state: present