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

Commit 157383c

Browse files
tymofiisobchenkogregharveydrazenCEfiliprupicfilip
authored
Asg management workaround improve pr devel 1.x (#760)
* 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 <[email protected]> * 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 (#754) * fix_asg_management_workaround_for_squashfs * fix_asg_management_workaround_for_squashfs * fix_asg_management_workaround_task_condition (#756) * aws_profile_for_asg_management (#758) * aws_profile_for_asg_management * aws_profile_for_asg_management_case_with_default_profile_absent * ansible_module_requires_too_much_perms_just_for_autoscaling_management_so_replacing_with_aws_cli_from_role --------- Co-authored-by: Greg Harvey <[email protected]> Co-authored-by: drazenCE <[email protected]> Co-authored-by: Filip Rupic <[email protected]> Co-authored-by: filip <[email protected]>
1 parent f151aa5 commit 157383c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

roles/deploy_code/tasks/cleanup.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,8 @@
252252
when: task_result.rc != 0
253253
block:
254254
- name: Resume all autoscale processes on ASG.
255-
amazon.aws.autoscaling_group:
256-
name: "{{ asg_management.name }}"
257-
region: "{{ asg_management.region }}"
258-
profile: "{{ asg_management.profile | default(omit) }}"
259-
suspend_processes: []
260-
delegate_to: localhost
261-
run_once: true
255+
ansible.builtin.include_role:
256+
name: asg_management
262257
when:
263258
- asg_management.name is defined
264259
- asg_management.name | length > 0

0 commit comments

Comments
 (0)