[#1] Fix Jinja variable 'str object' has no attribute 'email'

Dylan Wilson requested to merge issue-1 into main

Associated issue: #1 (closed).

This is caused by git.files expecting the CloudFlare API credentials to be set in pillars. During CI runs, these values are made available via the PILLAR_LETSENCRYPT_DNS CI variable which is the location of a file containing the credentials.

Include PILLAR_LETSENCRYPT_DNS CI variable in .kitchen.yml.

Fixes #1 (closed).

Edited by Dylan Wilson

Merge request reports