Ver Fonte

Update wait time for AMI creation to 1 hour

Anuj Bansal há 3 anos atrás
pai
commit
080f9f09a3
1 ficheiros alterados com 2 adições e 0 exclusões
  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']