diff options
| author | Luke Hoersten <[email protected]> | 2020-02-10 07:49:58 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-02-10 07:49:58 -0600 |
| commit | 75582f51a529a937f0d45b3a0520834e83c5fa88 (patch) | |
| tree | e2c038463e539361a8a1b923518fc36c97bebf01 /aws-s3-backup | |
| parent | 827bfe78ba170882d3d9bf7a12a62a4b6e733805 (diff) | |
Updated some permissions on conf files
Diffstat (limited to 'aws-s3-backup')
| -rw-r--r-- | aws-s3-backup/tasks/main.yaml | 2 |
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 |
