Comment 3 for bug 1792761

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

Reviewed: https://review.openstack.org/593439
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_glance/commit/?id=a427089ea8e5d854cd6b78a0958ec0c01a7b4e04
Submitter: Zuul
Branch: master

commit a427089ea8e5d854cd6b78a0958ec0c01a7b4e04
Author: ZhijunWei <email address hidden>
Date: Sun Aug 19 12:29:29 2018 -0400

    use import_playbook 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: I87fa723334745680efd87743ac936815df664c4d
    Closes-Bug: #1792761