--- - fail: msg: only compatible with Debian >= 8 when: - ansible_distribution != "Debian" or ansible_distribution_major_version is version('8', '<') - include: certbot.yml - include: permissions.yml # Enable this task if you want to deploy hooks # - include: evoacme_hook.yml # vars: # hook_name: "{{ item }}" # loop: [] - include: conf.yml - include: scripts.yml