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
01_install-components.yaml 204 B
Newer Older
  • Learn to ignore specific revisions
  • Nicolas's avatar
    Nicolas committed
    - name: Install JRE
      apt:
        name: default-jre
        state: present
    
    - name: Install JDK
      apt:
        name: default-jdk
        state: present
    
    - name: Install gnupg2
      apt:
        name: gnupg2
        state: present