summaryrefslogtreecommitdiffstats
path: root/deploy/adapters
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2016-11-28 14:39:55 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-28 14:39:55 +0000
commit1dfb4cc2940541a83afb7a46186cfda961156c5d (patch)
treec4ae39cfab5e72fa0299c30972cb7f991a334c6d /deploy/adapters
parent89c2c4bab3c7414eb7bb6dbf4276616867459bc8 (diff)
parentcb6908f2a87a728e0e2c6c2b0046cd8a18837d0e (diff)
Merge "Make openstack dashboard theme configurable" into stable/colorado
Diffstat (limited to 'deploy/adapters')
-rw-r--r--deploy/adapters/ansible/roles/dashboard/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/dashboard/tasks/main.yml b/deploy/adapters/ansible/roles/dashboard/tasks/main.yml
index da6990c4..229e3cfe 100644
--- a/deploy/adapters/ansible/roles/dashboard/tasks/main.yml
+++ b/deploy/adapters/ansible/roles/dashboard/tasks/main.yml
@@ -28,7 +28,7 @@
- name: remove ubuntu theme
action: "{{ ansible_pkg_mgr }} name=openstack-dashboard-ubuntu-theme state=absent"
- when: ansible_os_family == 'Debian'
+ when: ansible_os_family == 'Debian' and not enable_ubuntu_theme
notify:
- restart dashboard services