1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Comment cleanup in mongodb/tasks/install.yml

This commit is contained in:
A Holt 2020-11-03 10:00:45 -05:00 committed by GitHub
parent a58b4e74b9
commit b28e4fbb8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@
path: "{{ mongodb_conf }}"
regexp: '^\s*port:' # \s = any whitespace char. stackoverflow.com/a/38491899
#backrefs: yes
line: " port: {{ mongodb_port }}" # 27018
line: " port: {{ mongodb_port }}" # 27017
# end block
when: (ansible_architecture == "aarch64") or (ansible_architecture == "x86_64")