Clean-up un-used variables which were used for clean-up

Change-Id: I5875c3ca9785e881e289a437db25e7ae637696ee
This commit is contained in:
Mohammed Naser 2018-06-16 21:41:44 -04:00
parent a58a847d92
commit 955ce20d74
4 changed files with 1 additions and 18 deletions

View File

@ -77,7 +77,7 @@
- name: Remove other web server distro packages and mod_wsgi
package:
name: "{{ ((keystone_web_server == 'nginx') | ternary(keystone_apache_distro_packages, keystone_nginx_distro_packages)) + keystone_mod_wsgi_distro_packages }}"
name: "{{ (keystone_web_server == 'nginx') | ternary(keystone_apache_distro_packages, keystone_nginx_distro_packages) }}"
state: absent
autoremove: "{{ (ansible_pkg_mgr == 'apt') | ternary('yes', omit) }}"

View File

@ -41,13 +41,6 @@ keystone_apache_distro_packages:
- mod_ssl
- mod_proxy_uwsgi
# TODO(odyssey4me):
# We can remove this in R because we only need this to
# handle upgrades from O->P in order to remove the
# package when switching to the new configuration.
keystone_mod_wsgi_distro_packages:
- mod_wsgi
keystone_nginx_repo: http://nginx.org/packages/centos/7/$basearch/
keystone_nginx_gpg_key: http://nginx.org/keys/nginx_signing.key
keystone_nginx_distro_packages:

View File

@ -40,9 +40,6 @@ keystone_apache_distro_packages:
- apache2-utils
- apache2-mod_proxy_uwsgi
keystone_mod_wsgi_distro_packages:
- apache2-mod_wsgi
keystone_mod_proxy_uwsgi_distro_packages:
- apache2-mod_uwsgi

View File

@ -40,13 +40,6 @@ keystone_apache_distro_packages:
- apache2-utils
- libapache2-mod-proxy-uwsgi
# TODO(odyssey4me):
# We can remove this in R because we only need this to
# handle upgrades from O->P in order to remove the
# package when switching to the new configuration.
keystone_mod_wsgi_distro_packages:
- libapache2-mod-wsgi
keystone_nginx_distro_packages:
- nginx-full