Merge "Fixed and rename task name, which does the opposite" into stable/ussuri

This commit is contained in:
Zuul 2021-03-20 00:14:35 +00:00 committed by Gerrit Code Review
commit 4f513aeb85
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
tags:
- bar_create_recover_image
- name: Pause containers for database backup.
- name: unPause containers
command: "{{ tripleo_container_cli }} unpause {{ item }}"
with_items: "{{ container_services.stdout_lines }}"
when: tripleo_container_cli is defined