--- - name: Install certbot ansible.builtin.import_tasks: install.yml tags: - "role::certbot" - "role::certbot:install" - name: Issue certificates ansible.builtin.import_tasks: issue.yml tags: - "role::certbot" - "role::certbot:issue"