Skip to content
Snippets Groups Projects
main.yml 205 B
Newer Older
  • Learn to ignore specific revisions
  • Rémi - Le Filament's avatar
    Rémi - Le Filament committed
    ---
    
    
    - name: Start jitsi docker
      community.docker.docker_compose:
          project_src: /home/docker/
          files: jitsi.yaml
          project_name: jitsi
    
    Rémi - Le Filament's avatar
    Rémi - Le Filament committed
      async: 120
      poll: 10
      when: not ansible_check_mode