Skip to content

Commit

Permalink
fix variable syntax in loop
Browse files Browse the repository at this point in the history
  • Loading branch information
glaszig authored Apr 21, 2023
1 parent 63ac7a9 commit 0b28d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
state: directory
mode: 0755
loop:
- filebeat_ssl_certs_dir
- filebeat_ssl_private_dir
- "{{ filebeat_ssl_certs_dir }}"
- "{{ filebeat_ssl_private_dir }}"
when: filebeat_ssl_key_file | default(false)

- name: Copy SSL key and cert for filebeat.
Expand Down

0 comments on commit 0b28d3a

Please sign in to comment.