diff --git a/playbooks/bootstrap/site.yaml b/playbooks/bootstrap/site.yaml index 679da70..040d87b 100644 --- a/playbooks/bootstrap/site.yaml +++ b/playbooks/bootstrap/site.yaml @@ -44,9 +44,9 @@ include_role: name: postfix - - name: Setup openstack.virtualenv role + - name: Setup windmill.virtualenv role include_role: - name: openstack.virtualenv + name: windmill.virtualenv # NOTE(pabelanger): We currently only support debuntu, this needs to be # fixed! @@ -58,6 +58,6 @@ - name: Bootstrap bastion hosts hosts: bastion:!disabled tasks: - - name: Setup openstack.ansible role + - name: Setup windmill.ansible role include_role: - name: openstack.ansible + name: windmill.ansible diff --git a/tools/requirements.yaml b/tools/requirements.yaml index 2315b45..f9499fa 100644 --- a/tools/requirements.yaml +++ b/tools/requirements.yaml @@ -2,5 +2,8 @@ - name: openstack.ansible src: git+https://opendev.org/windmill/ansible-role-ansible -- name: openstack.virtualenv +- name: windmill.ansible + src: git+https://opendev.org/windmill/ansible-role-ansible + +- name: windmill.virtualenv src: git+https://opendev.org/windmill/ansible-role-virtualenv diff --git a/tox.ini b/tox.ini index eea61d0..828357a 100644 --- a/tox.ini +++ b/tox.ini @@ -33,4 +33,4 @@ setenv = show-source = True ignore = E123,E125 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build