You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

main.yaml 364B

2 years ago
123456789101112131415
  1. ---
  2. - import_tasks: kitaplus.yaml
  3. when: kita_plus_url is defined
  4. - import_tasks: fotowall.yaml
  5. when: install_fotowall | default(false)
  6. - import_tasks: cewe_fotobuch.yaml
  7. when: install_cewe_fotobuch | default(false)
  8. - import_tasks: teamviewer.yaml
  9. when: install_teamviewer | default(false)
  10. - import_tasks: zoom.yaml
  11. when: install_zoom | default(true)