Fix typo from `sdtout` to `stdout`

Change-Id: I0619f231f90f25d6f52fa4def35048e89278f267
This commit is contained in:
Rajesh Tailor 2022-06-27 22:07:08 +05:30
parent edce690d48
commit 9bf550c808
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