diff options
Diffstat (limited to 'files')
| -rw-r--r-- | files/ssl.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ssl.yaml b/files/ssl.yaml index 6330e87..fad5563 100644 --- a/files/ssl.yaml +++ b/files/ssl.yaml @@ -20,5 +20,5 @@ chown root:ssl-cert "/etc/ssl/private/{{ item }}.key" fi executable: /bin/bash - with_items: - - "{{ inventory_hostname }}" + with_items: + - "{{ inventory_hostname }}" |
