src.nth.io/

summaryrefslogtreecommitdiff
path: root/aws-s3-backup
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-02-10 07:49:58 -0600
committerLuke Hoersten <[email protected]>2020-02-10 07:49:58 -0600
commit75582f51a529a937f0d45b3a0520834e83c5fa88 (patch)
treee2c038463e539361a8a1b923518fc36c97bebf01 /aws-s3-backup
parent827bfe78ba170882d3d9bf7a12a62a4b6e733805 (diff)
Updated some permissions on conf files
Diffstat (limited to 'aws-s3-backup')
-rw-r--r--aws-s3-backup/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/aws-s3-backup/tasks/main.yaml b/aws-s3-backup/tasks/main.yaml
index cc95210..c774f4f 100644
--- a/aws-s3-backup/tasks/main.yaml
+++ b/aws-s3-backup/tasks/main.yaml
@@ -10,7 +10,7 @@
- name: create aws config dir for root
become: yes
- file: path="/root/.aws/" state="directory" mode="0755"
+ file: path="/root/.aws/" state="directory" mode="0700"
- name: configure aws credentials for root
become: yes