Skip to content

Commit 102a365

Browse files
authored
FIX: Nimbus Import
1 parent 56381c9 commit 102a365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • controls/roles/manage-service/tasks

controls/roles/manage-service/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
state: directory
4444
owner: "{{ stereum_service_configuration.user }}"
4545
group: "{{ stereum_service_configuration.user }}"
46-
mode: "{{ '0600' if (stereum_service_configuration.service == 'NimbusValidatorService' and item.split(':') | last == '/opt/app/secrets') else '0700'}}"
46+
mode: 0700
4747
recurse: yes
4848
changed_when: false
4949
become: yes

0 commit comments

Comments
 (0)