Fix linter
Skip the - vs _ name and fix the missing permissions on the rc file Change-Id: I31409101a6e287b9ffeff1e5f544f2545a476ff5
This commit is contained in:
parent
e51c244f4f
commit
c5e5b2427b
2
.ansible-lint
Normal file
2
.ansible-lint
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
skip_list:
|
||||||
|
- '106' # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern │
|
@ -46,6 +46,7 @@
|
|||||||
template:
|
template:
|
||||||
src: proteccio.rc.j2
|
src: proteccio.rc.j2
|
||||||
dest: /etc/proteccio/proteccio.rc
|
dest: /etc/proteccio/proteccio.rc
|
||||||
|
mode: 0644
|
||||||
|
|
||||||
- name: Get the client cert
|
- name: Get the client cert
|
||||||
get_url:
|
get_url:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user