--- - name: Verify Debian version assert: that: - ansible_distribution == "Debian" - ansible_distribution_major_version is version('9', '>=') msg: only compatible with Debian >= 9 when: not (evoacme_disable_debian_check | bool) - import_tasks: certbot.yml - import_tasks: permissions.yml # Enable this task if you want to deploy hooks # - include_tasks: evoacme_hook.yml # vars: # hook_name: "{{ item }}" # loop: [] - import_tasks: conf.yml - import_tasks: scripts.yml