changeset 7 | dc3fca0131a7 |
parent 2 | 2556522a2a45 |
child 43 | b86f3fc9fb6f |
--- a/aws-s3-backup/tasks/main.yaml Sun Feb 09 20:56:26 2020 -0600 +++ b/aws-s3-backup/tasks/main.yaml Mon Feb 10 07:49:58 2020 -0600 @@ -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