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:
parent
a58b4e74b9
commit
b28e4fbb8f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
||||||
path: "{{ mongodb_conf }}"
|
path: "{{ mongodb_conf }}"
|
||||||
regexp: '^\s*port:' # \s = any whitespace char. stackoverflow.com/a/38491899
|
regexp: '^\s*port:' # \s = any whitespace char. stackoverflow.com/a/38491899
|
||||||
#backrefs: yes
|
#backrefs: yes
|
||||||
line: " port: {{ mongodb_port }}" # 27018
|
line: " port: {{ mongodb_port }}" # 27017
|
||||||
|
|
||||||
# end block
|
# end block
|
||||||
when: (ansible_architecture == "aarch64") or (ansible_architecture == "x86_64")
|
when: (ansible_architecture == "aarch64") or (ansible_architecture == "x86_64")
|
||||||
|
|
Loading…
Reference in a new issue