Skip to content

Commit 41a998e

Browse files
author
Christopher M. Neill
committed
fix typo
1 parent bc854f7 commit 41a998e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ansible/roles/ec2/sg_configure/tasks

ansible/roles/ec2/sg_configure/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
group_id: "{{ sg_dock }}"
9292
- proto: tcp
9393
from_port: "{{ consul_api_port }}"
94-
to_port: "{{ consult_api_ssl_port }}"
94+
to_port: "{{ consul_api_ssl_port }}"
9595
group_id: "{{ sg_navi }}"
9696
- proto: tcp
9797
from_port: "{{ consul_api_port }}"

0 commit comments

Comments
 (0)