Replace include by include_tasks 75/70775/1
authorManuel Buil <mbuil@suse.com>
Wed, 11 Apr 2018 12:41:21 +0000 (14:41 +0200)
committerManuel Buil <mbuil@suse.com>
Wed, 11 Apr 2018 12:41:21 +0000 (14:41 +0200)
commit2131cb7a09eee561783991218abbaa6e8c26cb25
tree8c0e1d6017e4e44d73af792d03b99589f770b7c0
parent0f4c5a5e0e93a6f917b2df876fdc522c0996ed4b
Replace include by include_tasks

Starting with ansible 2.4, when using include we get:

The use of 'include' for tasks has been deprecated.

Besides, there is a weird error at the openstack gates in which tasks
are not executed in the expected order and I was told that probably
the include syntax is breaking things as the ODL role is called using
the new include_role syntax.

Change-Id: I4faef6648543f70021b7b159ecd355236876bfe7
Signed-off-by: Manuel Buil <mbuil@suse.com>
tasks/install_odl.yml
tasks/install_odl_via_deb_repo.yml
tasks/install_odl_via_rpm_repo.yml
tasks/main.yml
tasks/open_nb_rest_port.yml
tasks/start_odl.yml