WORKAROUND: Use include_tasks instead of calling role

It was referencing the old playbook's role name. And for some
reason, the legacy lint job installs the job in a directory called
"workspace", which is not ideal since it's what it uses as the role
name. So instead of using the actual role name, we call the task
directly.

Note that it also fixes a trailing whitespace from the meta/mail.yml
file

Change-Id: I89a42b72be08a1171e2c1dc7b7c0a14caad8d634
This commit is contained in:
Juan Antonio Osorio Robles 2017-12-04 07:56:19 +02:00
parent 07072321ae
commit b1c48e9364
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ galaxy_info:
versions:
- 7
galaxy_tags:
galaxy_tags:
- 'tripleo'
- 'openstack'
- 'ipsec'

View File

@ -1,5 +1,5 @@
---
- hosts: localhost
remote_user: root
roles:
- overcloud-ipsec-setup
tasks:
- include_tasks: ../tasks/main.yml