Comment 2 for bug 1812983

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/632694
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=cb675a91a7268fcdf6f260150e0a9b99a2a7baa9
Submitter: Zuul
Branch: master

commit cb675a91a7268fcdf6f260150e0a9b99a2a7baa9
Author: Martin André <email address hidden>
Date: Wed Jan 23 11:31:50 2019 +0100

    Fix openshift playbook import

    I4aa8055fe800723b3e140f8232c9e41e769e11f3 wrongly replaced 'include'
    with 'include_tasks' in openshift and kubernetes templates and broke
    their deployment, resulting in an ansible error:

      ERROR! 'include_tasks' is not a valid attribute for a Play

    Use import_playbook instead.

    Change-Id: I0bb9bfabeb06dc9d602ad173ce2d12d1771b6b1f
    Closes-Bug: #1812983