Validating againsts stdout instead of stdout_lines

If /proc/cmdline is empty, like we see sometimes during CI, this will
fail molecule testing.

Change-Id: I74749762ca050affc8d384f7e716bfd9b6eb4486
This commit is contained in:
David Vallee Delisle 2021-09-15 13:23:44 -04:00
parent 27a5ed3424
commit 69baf00124
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
when:
- cmdline.stdout_lines is defined
- tripleo_kernel_args|string
- tripleo_kernel_args not in cmdline.stdout_lines[0]
- tripleo_kernel_args not in cmdline.stdout
# Apply DPDK workarounds before reboot
- name: Apply DPDK workarounds