Skip to content

Commit 3cdb73a

Browse files
committed
Give cron.d 0755 access
1 parent 068a2c6 commit 3cdb73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/aws/uid2-operator-ami/ansible/playbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
ansible.builtin.file:
169169
path: /etc/cron.d
170170
state: directory
171-
mode: 0644
171+
mode: 0755
172172

173173
- name: Run logrotate under cron.d
174174
ansible.builtin.copy:

0 commit comments

Comments
 (0)