From 423975e547f559c3797420a5fa7a18b019e23dd1 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 27 Feb 2019 22:57:08 -0500 Subject: [PATCH] Drop openstack.sudoers support This didn't actually work as expected, and because our testing was broken we never caught the failure. Change-Id: Ic59ef3b9401bebf46150da35aca7eaf659c0a526 Signed-off-by: Paul Belanger --- playbooks/bootstrap/site.yaml | 4 ---- tools/requirements.yaml | 3 --- 2 files changed, 7 deletions(-) diff --git a/playbooks/bootstrap/site.yaml b/playbooks/bootstrap/site.yaml index 69b222a..dac8cf1 100644 --- a/playbooks/bootstrap/site.yaml +++ b/playbooks/bootstrap/site.yaml @@ -19,10 +19,6 @@ include_role: name: users - - name: Setup openstack.sudoers role - include_role: - name: openstack.sudoers - - name: Setup openstack.virtualenv role include_role: name: openstack.virtualenv diff --git a/tools/requirements.yaml b/tools/requirements.yaml index 361d1f5..85c3ecc 100644 --- a/tools/requirements.yaml +++ b/tools/requirements.yaml @@ -2,8 +2,5 @@ - name: openstack.ansible src: git+https://git.openstack.org/openstack/ansible-role-ansible -- name: openstack.sudoers - src: git+https://git.openstack.org/openstack/ansible-role-sudoers - - name: openstack.virtualenv src: git+https://git.openstack.org/openstack/ansible-role-virtualenv