Hi guys, following up on this topic, this is still an issue for me.
I upgraded Ansible like suggested to version 2.9.10 and made sure the geerlingguy.ntp version bump was reverted (it was still on version 2.0.0 anyway, but I’m still getting this error when deploying:
TASK [deploy : Is WordPress installed?] ****************************************************************************************************
System info:
Ansible 2.9.10; Darwin
Trellis version (per changelog): "Validate that `letsencrypt_contact_emails` is a list"
---------------------------------------------------
non-zero return code
fatal: [206.189.110.116]: FAILED! => {"changed": true, "cmd": ["wp", "core", "is-installed"], "delta": "0:00:00.427257", "end": "2021-02-15 10:45:28.926875", "rc": 1, "start": "2021-02-15 10:45:28.499618", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
Provisioning went fine without any errors?
I enabled SSL and in group_vars/all/main.yml
I have added:
letsencrypt_contact_emails:
- name@mydomain.com
What’s going on here?
Thanks!