Sfoglia il codice sorgente

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

DevOps - Update wait time for AMI creation to 1 hour
Mokhtar Naamani 3 anni fa
parent
commit
ddc1a7ca2f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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']