Comment 5 for bug 1892065

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ansible-playbooks (r/stx.4.0)

Reviewed: https://review.opendev.org/746762
Committed: https://git.openstack.org/cgit/starlingx/ansible-playbooks/commit/?id=9f6ac40b679faaeee755c21e6fb5969a29d64da0
Submitter: Zuul
Branch: r/stx.4.0

commit 9f6ac40b679faaeee755c21e6fb5969a29d64da0
Author: albailey <email address hidden>
Date: Tue Aug 18 10:49:30 2020 -0500

    Fix zuul failures from new release of ansible-lint

    ansible-lint 4.3.0 was just released Aug 18, 2020 and
    introduced new checks that the existing code fails.

    This blocks any ansible reviews from merging.

    The new checks which are now being suppressed:
      106 Role name does not match pattern
      208 File permissions not mentioned

    The ansible code can be updated in a future submission
    to satisy these checks if desired.

    Change-Id: I7fdfe1537420b2358110cab176c3734007830e70
    Closes-Bug: 1892065
    Signed-off-by: albailey <email address hidden>
    (cherry picked from commit c0db11934e55b95ba3fff08d53c7be0c095fe49e)