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:
parent
a33ba678df
commit
f40dde18df
3
ansible/roles/kolla-openstack/.ansible-lint
Normal file
3
ansible/roles/kolla-openstack/.ansible-lint
Normal file
@ -0,0 +1,3 @@
|
||||
skip_list:
|
||||
# [E106] Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern
|
||||
- '106'
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user