Browse Source

Update wait time for AMI creation to 1 hour

Anuj Bansal 3 năm trước cách đây
mục cha
commit
080f9f09a3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      devops/infrastructure/github-action-playbook.yml

+ 2 - 0
devops/infrastructure/github-action-playbook.yml

@@ -24,6 +24,8 @@
       amazon.aws.ec2_ami:
         instance_id: '{{ instance_id }}'
         wait: yes
+        # How long before wait gives up, in seconds
+        wait_timeout: 3600
         name: '{{ ami_name }}'
         launch_permissions:
           group_names: ['all']