always include overcloud-ssl role in ovb playbook

The overcloud_ssl boolean is already being checked in the underlying
playbook. And it will set the CA environment when undercloud SSL is on.

Related-Bug: #1731282
Change-Id: Ib88f6e4d561f9c8b5ba6215bbd9450a704b74eec
This commit is contained in:
Juan Antonio Osorio Robles 2017-11-10 17:00:55 +02:00
parent 7b3ce290e2
commit e12f1b9514
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
hosts: undercloud
gather_facts: no
roles:
- { role: overcloud-ssl, when: ssl_overcloud|bool }
- { role: overcloud-ssl }
- name: Run tripleo-validations pre-deployment tests
hosts: undercloud