瀏覽代碼

Merge pull request #2783 from ahhda/update-wait-time

DevOps - Update wait time for AMI creation to 1 hour
Mokhtar Naamani 3 年之前
父節點
當前提交
ddc1a7ca2f
共有 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']