Skip to content

Commit 7169855

Browse files
upgrade utility added to oim_cleanup and credential utility
1 parent 535f9ca commit 7169855

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

utils/credential_utility/get_config_credentials.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
# limitations under the License.
1414
---
1515

16+
- name: Check if upgrade is in progress
17+
ansible.builtin.import_playbook: ../upgrade_checkup.yml
18+
tags: always
19+
1620
- name: Include input project directory
1721
when: not project_dir_status | default(false) | bool
1822
ansible.builtin.import_playbook: ../include_input_dir.yml

utils/oim_cleanup.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
# limitations under the License.
1414
---
1515

16+
- name: Check if upgrade is in progress
17+
ansible.builtin.import_playbook: upgrade_checkup.yml
18+
tags: always
19+
1620
- name: Include input project directory
1721
when: not project_dir_status | default(false) | bool
1822
ansible.builtin.import_playbook: include_input_dir.yml

0 commit comments

Comments
 (0)