We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f8065 commit 694348eCopy full SHA for 694348e
ansible/roles/mongodb/tasks/main.yml
@@ -5,7 +5,7 @@
5
dest: /etc/containers/systemd/mongodb.{{ item }}
6
owner: root
7
group: root
8
- mode: 0o444
+ mode: "0444"
9
register: mongodb_units
10
tags:
11
- role::mongodb
@@ -23,7 +23,7 @@
23
state: directory
24
owner: "{{ mongodb_uid }}"
25
group: "{{ mongodb_gid }}"
26
- mode: 0o700
+ mode: "0700"
27
28
29
@@ -49,6 +49,7 @@
49
dest: /etc/opt/mongodb/fullchain.pem
50
51
52
+ mode: "0400"
53
54
55
@@ -75,7 +76,7 @@
75
76
dest: /etc/letsencrypt/renewal-hooks/deploy/update-mongodb-cert
77
78
- mode: 0o744
79
+ mode: "0744"
80
81
82
0 commit comments