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:
parent
40dfe5253d
commit
4975fe493a
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue