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

/etc/mongod.conf already installs as root:root 0644

This commit is contained in:
A Holt 2020-10-29 22:27:37 -04:00 committed by GitHub
parent 40dfe5253d
commit 4975fe493a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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