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
README.md 293 B
Newer Older
  • Learn to ignore specific revisions
  • Christophe Chaudier's avatar
    Christophe Chaudier committed
    # community-theme
    
    Julie Thezenas's avatar
    Julie Thezenas committed
    ---
    - name: Install Yunohost on Debian Server
      hosts: all
      become: True
      pre_tasks:
        - name: Update all packages and index
          ansible.builtin.apt:
            upgrade: dist
            update_cache: yes
        
      roles:
        - ansible-yunohost
    
    ![GPL Licence](./GPlv3_Logo.png)