You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having all sorts of issues with the defaults since PR #533.
Mainly it gets stuck on trying a multisite-install, even though I've got it set to false. It complains about the subdomains option not set. When I set it, it complains about the admin_pass.
That's how far I got until I had to move on. But clearly, something's off. When going back to #534 everything is fine.
Sorry about that, missed a default. For now you can just re-add subdomains: false under multisite for your site and it will work again. I'll add a proper fix soon.
I hopped back a few commits. Did you see the part on other missing defaults showing up, though?
My hunch at the time was, also, that even though I had multisite: false, it tried to install as multisite. Maybe I should have been clearer on that, but I had nothing but the default wordpress_site.yml.
So, multisite: false, still gave that error. But perhaps that is normal and will be fixed, also, by adding that default. :)
Hey!
I'm having all sorts of issues with the defaults since PR #533.
Mainly it gets stuck on trying a multisite-install, even though I've got it set to false. It complains about the subdomains option not set. When I set it, it complains about the admin_pass.
That's how far I got until I had to move on. But clearly, something's off. When going back to #534 everything is fine.
TASK [wordpress-setup : Create WordPress configuration for Nginx] ************** failed: [default] => (item={'value': {u'multisite': {u'enabled': False}, u'cache': {u'enabled': False}, u'ssl': {u'enabled': False, u'provider': u'self-signed'}, u'local_path': u'../site', u'site_hosts': [u'dalatrafik-traffic.dev'], u'admin_email': u'[email protected]'}, 'key': u'information.dalatrafik.se'}) => {"failed": true, "item": {"key": "information.dalatrafik.se", "value": {"admin_email": "[email protected]", "cache": {"enabled": false}, "local_path": "../site", "multisite": {"enabled": false}, "site_hosts": ["dalatrafik-traffic.dev"], "ssl": {"enabled": false, "provider": "self-signed"}}}, "msg": "AnsibleUndefinedVariable: ERROR! 'dict object' has no attribute 'subdomains'"}
The text was updated successfully, but these errors were encountered: