diff --git a/ansible/inventory/wordpress-instances.py b/ansible/inventory/wordpress-instances.py index a63a8cd1e..3f7399a44 100755 --- a/ansible/inventory/wordpress-instances.py +++ b/ansible/inventory/wordpress-instances.py @@ -168,6 +168,7 @@ def __init__(self, site_data): def hostvars(self): hostvars = _Site.hostvars.fget(self) hostvars['wpveritas_url'] = self.url + hostvars['wpveritas_site'] = json.dumps(self.__dict__) return hostvars