Fix ansible-lint after upgrade to 4.3.1

- Skip rule 106 which fails due to the hyphen in "kolla-openstack"
- Fix code failing "File permissions not mentioned" rule

Change-Id: I7ce8a591b4e1eeef749c439e1140ecfb74dcb40e
This commit is contained in:
Pierre Riteau 2020-08-21 14:48:07 +02:00
parent a33ba678df
commit f40dde18df
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
skip_list:
# [E106] Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern
- '106'

View File

@ -90,6 +90,7 @@
path: "{{ item.0.item.dest }}/{{ item.1.path | relpath(item.0.item.src) | dirname }}"
recurse: true
state: directory
mode: 0750
with_subelements:
- "{{ find_src_result.results }}"
- files