From 9b7eafef86b7431dcc54cf09495b447fb8579538 Mon Sep 17 00:00:00 2001 From: Jill Rouleau Date: Thu, 2 Aug 2018 16:04:57 -0700 Subject: [PATCH] Remove ssh control path from ansible.cfg As in If0d65996d171283d18a0c21dafa0fabfd1fe3479, remove ssh control path. And update setup.cfg to match team mail used on other roles. Change-Id: I99614239a41c4b1c23e3f24623b3845be12f2b72 --- ansible.cfg | 4 ---- setup.cfg | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 760a6c6..06fc0e0 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,7 +6,3 @@ callback_whitelist = profile_tasks # Attempt to load custom modules whether it's installed system-wide or from a virtual environment roles_path = roles:$VIRTUAL_ENV/usr/share/ansible/roles/tripleo-keystone:$VIRTUAL_ENV/usr/local/share/ - - -[ssh_connection] -control_path = %(directory)s/%C diff --git a/setup.cfg b/setup.cfg index afa2d3f..1474b30 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ summary = ansible-role-tripleo-keystone - Ansible Keystone role for the TripleO description-file = README.md author = TripleO Team -author-email = jillr@redhat.com +author-email = openstack-dev@lists.openstack.org home-page = https://git.openstack.org/cgit/openstack/ansible-role-tripleo-keystone classifier = License :: OSI Approved :: Apache Software License