Fix linters

Ignore the _ vs - and fix permissions on files

Change-Id: Id7efa789cdbd4501ef740e77a36c7419eb785056
(cherry picked from commit a787e658da)
This commit is contained in:
Alex Schultz 2021-01-12 09:16:10 -07:00 committed by Douglas Mendizábal
parent 4b2c196589
commit a05b04fd54
2 changed files with 4 additions and 0 deletions

2
.ansible-lint Normal file
View File

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

View File

@ -92,6 +92,7 @@
content: |
CKNFAST_OVERRIDE_SECURITY_ASSURANCES=explicitness
force: no
mode: 0644
- name: create snmp.conf
copy:
@ -99,6 +100,7 @@
content: |
defaultPort 21161
force: yes
mode: 0644
- name: enroll client to HSM
command: /opt/nfast/bin/nethsmenroll --force {{ thales_hsm_ip_address }} {{ anonkneti.stdout_lines[0] }}