فهرست منبع

Update wait time for AMI creation to 1 hour

Anuj Bansal 3 سال پیش
والد
کامیت
080f9f09a3
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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']