Skip to content

Commit fcba2c6

Browse files
fix: too permissive permission
1 parent 6eebf02 commit fcba2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/terraform/cluster/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
- name: Change yq file permission
317317
ansible.builtin.file:
318318
path: /opt/yq/yq
319-
mode: '0775'
319+
mode: '0700'
320320
become: true
321321
delegate_to: "{{ bastion_ip.stdout }}"
322322

0 commit comments

Comments
 (0)