Skip to content

Commit ebe527d

Browse files
author
Bryan Kendall
committed
more restrictive permissions
1 parent 515b490 commit ebe527d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/swarm-cloudwatch-reporter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
state: directory
1111
owner: ubuntu
1212
group: ubuntu
13-
mode: 0775
13+
mode: 0500
1414

1515
- name: put script in place
1616
template:
1717
src: get-info.js
1818
dest: /opt/runnable/get-info.js
1919
owner: ubuntu
2020
group: ubuntu
21-
mode: 0444
21+
mode: 0400
2222

2323
- name: run container
2424
when: test_run is defined

0 commit comments

Comments
 (0)