Comment 1 for bug 1892065

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

Reviewed: https://review.opendev.org/746754
Committed: https://git.openstack.org/cgit/starlingx/ansible-playbooks/commit/?id=c0db11934e55b95ba3fff08d53c7be0c095fe49e
Submitter: Zuul
Branch: master

commit c0db11934e55b95ba3fff08d53c7be0c095fe49e
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>