Skip to content

Commit 78910a8

Browse files
committed
Use region setting during install, to skip ec2 metadata check
1 parent 110b082 commit 78910a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
- name: Codedeploy Install
1717
become: true
18-
command: /tmp/codedeploy-install auto
18+
shell: AWS_REGION={{ aws_region }} /tmp/codedeploy-install auto

0 commit comments

Comments
 (0)