Look up the container's name for kpod-stop-by-name
In the kpod-stop-by-name test, use 'kpod inspect' to look up the name of the container, rather than predicting the name that crio will assign. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
parent
436194290a
commit
a88f6840d8
2 changed files with 9 additions and 2 deletions
|
@ -108,4 +108,4 @@
|
|||
|
||||
- name: Update the kernel cmdline to include quota support
|
||||
command: grubby --update-kernel=ALL --args="rootflags=pquota"
|
||||
when: ansible_distribution in ['RedHat', 'CentOS']
|
||||
when: ansible_distribution in ['RedHat', 'CentOS']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue