--- - name: Certbot - Get OS specific vars include_vars: "{{ item }}" with_first_found: - "os/{{ ansible_os_family }}/{{ ansible_distribution_major_version }}.yaml" - "os/{{ ansible_os_family }}.yaml" - name: Certbot - Install Certbot ansible.builtin.import_tasks: install.yaml - name: Certbot - Configure Certbot ansible.builtin.import_tasks: config.yaml - name: Certbot - Request Certificates ansible.builtin.import_tasks: request_certs.yaml tags: - request_certs