Fixed and rename task name, which does the opposite

The task is called PauseXXXX and it realy does the opposite,
this name set the name properly to unPause

Change-Id: Ice9482c635d104c30f1f44e92475dc517a7fd527
This commit is contained in:
Juan Badia Payno 2021-02-23 12:37:19 +01:00
parent ca3063c48b
commit 34fc42520a
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