We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110b082 commit 78910a8Copy full SHA for 78910a8
tasks/main.yml
@@ -15,4 +15,4 @@
15
16
- name: Codedeploy Install
17
become: true
18
- command: /tmp/codedeploy-install auto
+ shell: AWS_REGION={{ aws_region }} /tmp/codedeploy-install auto
0 commit comments