Correct test register

This change corrects the name of a register used to cleanup containers
when running tests multiple times. While this register would not harm a
normal run, it does cause issues when re-running the tests due to the
fact the variable is used to determine if a container is removed and it
is undefined at this point.

Change-Id: I4e0c07c4047ccdde3becfb7345d2564bef0489da
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-06-21 00:15:54 -05:00
parent ff2672b181
commit 1b34a925ad
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
register: machinectl_poweroff
retries: 3
delay: 2
until: machinectl_remove is success
until: machinectl_poweroff is success
delegate_to: "{{ physical_host }}"
failed_when: false
when: