Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 4b69bdc

Browse files
tymofiisobchenkogregharveydrazenCEfiliprupicfilip
authored
Fix asg management workaround for squashfs pr devel 1.x (#753)
* Php unix socket pr 1.x (#724) * Moving cachetool adapter setup to the installer role and adding a test. * Updating cachetool documentation. * Php unix socket pr 1.x (#726) * Moving cachetool adapter setup to the installer role and adding a test. * Updating cachetool documentation. * Making sure _cachetool_adapter is always set. * Optional-drush-cr-before-import (#728) * 73171 fixing cachetool checks fpm pr 1.x (#729) * skipping cachetool check when no fpm * remove empty line --------- Co-authored-by: filip <filip.rupic@codeenigma.com> * asg_management_fix_and_improve (#733) * asg_management_fix_and_improve * asg_management_fix_and_improve * asg_management_fix_and_improve * asg_management_fix_and_improve * asg_management_fix_and_improve * Adding-delay-opcache-status-check (#737) * Adding-delay-opcache-status-check * Removing-failed-when * fix_var_name_for_asg_management (#739) * replace_ansible_pause_module (#747) * fix_asg_management_workaround_for_squashfs * fix_asg_management_workaround_for_squashfs --------- Co-authored-by: Greg Harvey <greg.harvey@gmail.com> Co-authored-by: drazenCE <140631110+drazenCE@users.noreply.github.com> Co-authored-by: Filip Rupic <123341158+filiprupic@users.noreply.github.com> Co-authored-by: filip <filip.rupic@codeenigma.com>
1 parent 81db994 commit 4b69bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/deploy_code/tasks/cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
amazon.aws.autoscaling_group:
256256
name: "{{ asg_management.name }}"
257257
region: "{{ asg_management.region }}"
258-
profile: "{{ asg_management.profile | default(omit) }}"
258+
profile: "{{ asg_management.profile | default(aws_profile | default(omit)) }}"
259259
suspend_processes: []
260260
delegate_to: localhost
261261
run_once: true
@@ -266,7 +266,7 @@
266266
amazon.aws.autoscaling_instance_refresh:
267267
name: "{{ asg_management.name }}"
268268
region: "{{ asg_management.region }}"
269-
profile: "{{ asg_management.profile | default(omit) }}"
269+
profile: "{{ asg_management.profile | default(aws_profile | default(omit)) }}"
270270
strategy: Rolling
271271
preferences:
272272
min_healthy_percentage: 51

0 commit comments

Comments
 (0)