1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

mongodb/tasks/install.yml: Remove ancient comment

This commit is contained in:
A Holt 2022-06-06 19:58:21 -04:00 committed by GitHub
parent 166b47c33b
commit cb1f00467a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,9 +51,6 @@
template:
src: mongod.conf.j2
dest: "{{ mongodb_conf }}" # /etc/mongod.conf
#owner: root
#group: root
#mode: 0644
# end block
when: not (ansible_architecture == "x86_64" or ansible_architecture == "aarch64")