Comment 1 for bug 1792761

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_keystone (master)

Reviewed: https://review.openstack.org/593441
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_keystone/commit/?id=df9ae131a7a2846005c9e4f18106506c8b210794
Submitter: Zuul
Branch: master

commit df9ae131a7a2846005c9e4f18106506c8b210794
Author: ZhijunWei <email address hidden>
Date: Sun Aug 19 12:37:40 2018 -0400

    use include_tasks instead of include

    include is marked as deprecated since ansible 2.4[0]

    Switch to include_tasks or import_playbook as necessary

    [0] https://docs.ansible.com/ansible/2.4/include_module.html#deprecated

    Change-Id: I283ed3badf57e8ad66de3e49b5ae3d3ab411d54c
    Closes-Bug: #1792761