Skip to content

Commit e364240

Browse files
committed
Typo
1 parent 2cfd4fe commit e364240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/logstash/tasks/logstash-mermaid.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
block:
1717

1818
- name: Create temporary directory on control node
19-
ansible.builtin.local_action:
19+
local_action:
2020
module: tempfile
2121
prefix: logstash_mermaid
2222
register: mermaid_path
2323

2424
- name: Print Logstash pipelines in Mermaid syntax on control node
25-
ansible.builtin.local_action:
25+
local_action:
2626
module: template
2727
src: pipelines.mermaid.j2
2828
dest: "{{ mermaid_path.path }}"

0 commit comments

Comments
 (0)