diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2018-01-16 21:01:03 +0000 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2018-01-16 21:01:03 +0000 |
| commit | 202f5fad0c6ca43120163f7cf30e23f72ab1a2c2 (patch) | |
| tree | c3bd80d9ad53a5136862dcd0bfdf8af738c5b1cc /files/ssl.yaml | |
| parent | 25804923a7ad337c60319552333fe6578019411f (diff) | |
autocommit Tue Jan 16 21:01:03 UTC 2018
Diffstat (limited to 'files/ssl.yaml')
| -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 }}" |
