bnr - missing db backup files

When executing the overcloud backup command, the db backup files are missing since the when condition for executing the db_backup.yaml file is never met.

Change-Id: I0eed37d1da74acf9d7910c6ed0c2ac47adadda12
This commit is contained in:
Fernando Diaz 2023-01-27 11:18:57 +01:00
parent a8f138d66b
commit c142619f00
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
- name: Backup the database
import_tasks: db_backup.yml
when: tripleo_backup_and_restore_enabled_services.stdout is search('mysql^')
when: "'mysql' in tripleo_backup_and_restore_enabled_services.stdout"
- name: Backup pacemaker configuration
import_tasks: pacemaker_backup.yml