Skip to content

Commit

Permalink
fix EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahms authored and vibhorkumar123 committed Aug 8, 2023
1 parent 9cfd02d commit 533bf15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/execute_binary_upgrade/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
{{ pg_deb_drop_cluster }} {{ new_pg_version }} {{ default_cluster_name }}
args:
executable: /bin/bash
changed_when: true
changed_when: true
2 changes: 1 addition & 1 deletion roles/execute_binary_upgrade/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Entry point of the execute_binary_upgrade role
- name: Include the execute_binary_upgrade.yml
ansible.builtin.include_tasks: execute_binary_upgrade.yml
ansible.builtin.include_tasks: execute_binary_upgrade.yml
2 changes: 1 addition & 1 deletion tests/cases/execute_binary_upgrade/vars.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"use_link_method": true,
"old_pg_version": 13,
"new_pg_version": 15
}
}

0 comments on commit 533bf15

Please sign in to comment.