Merge "More descriptive task names" into stable/victoria

This commit is contained in:
Zuul 2021-07-19 18:07:30 +00:00 committed by Gerrit Code Review
commit 5aae31d878
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
tags:
- always
- name: Unpause ceph mon container if paused
- name: Ensure cephmon container is running
command: "{{ tripleo_container_cli }} unpause ceph-mon-{{ ansible_facts['hostname'] }}"
failed_when: false
tags:

View File

@ -48,7 +48,7 @@
tags:
- bar_create_recover_image
- name: Enable pacemaker if it is stopped
- name: Ensure pacemaker is running
command: pcs cluster start --all
when:
- enabled_galera
@ -96,7 +96,7 @@
tags:
- bar_create_recover_image
- name: Unpause mysql for backup if it is paused
- name: Ensure mysql container is running
command: "{{ tripleo_container_cli }} unpause {{ tripleo_backup_and_restore_mysql_container }}"
when:
- mysql_password.stderr is defined