Ansible linter compliance

This commit is contained in:
2021-03-05 13:56:26 +10:30
parent b0b7146e2d
commit e5dbc56305
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#Step1 - Check if certificate file is in place
- name: Check that the host certificate exists
stat:
path: /etc/ssl/private/{{inventory_hostname}}.{{local_domainname}}.key
path: /etc/ssl/private/{{ inventory_hostname }}.{{ local_domainname }}.key
register: stat_result
tags: certificate