diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..750d8f2 --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,2 @@ +skip_list: + - '106' # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern │ diff --git a/tasks/main.yaml b/tasks/main.yaml index 9dec98b..90e8c0e 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -46,6 +46,7 @@ template: src: proteccio.rc.j2 dest: /etc/proteccio/proteccio.rc + mode: 0644 - name: Get the client cert get_url: