We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc854f7 commit 41a998eCopy full SHA for 41a998e
1 file changed
ansible/roles/ec2/sg_configure/tasks/main.yml
@@ -91,7 +91,7 @@
91
group_id: "{{ sg_dock }}"
92
- proto: tcp
93
from_port: "{{ consul_api_port }}"
94
- to_port: "{{ consult_api_ssl_port }}"
+ to_port: "{{ consul_api_ssl_port }}"
95
group_id: "{{ sg_navi }}"
96
97
0 commit comments