Merge "Fix typo from `sdtout` to `stdout`"

This commit is contained in:
Zuul 2022-07-02 10:08:33 +00:00 committed by Gerrit Code Review
commit c6ce3e588c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
- name: destroy /run/user/ for stack
shell: >
rm -Rf /run/user/{{ item }}/libvirt
with_items: "{{ user_id.sdtout }}"
with_items: "{{ user_id.stdout }}"
- name: destroy virbr0 network if present
command: brctl delbr virbr0