[train-only] In train, the role is called different and the tasks are in

different directories.

Change-Id: I893b57663091227abb911a76810300c881ef70c8
This commit is contained in:
Juan Larriba 2022-04-06 16:23:32 +02:00
parent 2d0ab9ad87
commit dd4cae7209
1 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,5 @@
tripleo_backup_and_restore_mysql_backup_file: "{{ lookup('env', 'HOME') }}/openstack-backup-mysql-{{ lookup('pipe', 'date +%F_%H_%M_%S') }}.sql"
tripleo_backup_and_restore_mysql_grants_file: "{{ lookup('env', 'HOME') }}/openstack-backup-mysql-grants-{{ lookup('pipe', 'date +%F_%H_%M_%S') }}.sql"
include_role:
name: backup_and_restore
tasks_from: db_backup.yml
name: backup-and-restore
tasks_from: ../backup/tasks/db_backup.yml