소스 검색

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']