Comment 2 for bug 1792761

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

Reviewed: https://review.openstack.org/593435
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/commit/?id=c7f49a60aa1337a0ab989b1ccc94b6cc074c80a0
Submitter: Zuul
Branch: master

commit c7f49a60aa1337a0ab989b1ccc94b6cc074c80a0
Author: ZhijunWei <email address hidden>
Date: Sun Aug 19 12:19:00 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: Ifceb3ff9f9f5a02f7368d85a17d2b8a6479c39bd
    Closes-Bug: #1792761