Comment 4 for bug 1792761

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

Reviewed: https://review.openstack.org/585307
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_cinder/commit/?id=d3a91554f97bffbbc4783bac09f6d5a5a4f30e94
Submitter: Zuul
Branch: master

commit d3a91554f97bffbbc4783bac09f6d5a5a4f30e94
Author: caoyuan <cao.yuan@99cloud.net>
Date: Tue Jul 24 18:58:59 2018 +0800

    Switch include to include_tasks or import_playbook

    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: Id654f07d18269f621df203b0808b69a75b13bc12
    Closes-Bug: #1792761