Skip to content

Commit 7b3e8cb

Browse files
imrajdasksatchit
authored andcommitted
(fix): changing mount path from mnt to tmp (#1093)
* changing mount path from mnt to tmp Signed-off-by: Raj <[email protected]>
1 parent 90a072c commit 7b3e8cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/cloud/aws/aws_configure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
- name: Copying aws credentials from cloud_config
1212
copy:
13-
src: /mnt/cloud_config.yml
14-
dest: /root/.aws/credentials
13+
src: /tmp/cloud_config.yml
14+
dest: /root/.aws/credentials

0 commit comments

Comments
 (0)