From 3d9a903f7a12129c0d9be2f9075d8223aaf6e099 Mon Sep 17 00:00:00 2001 From: ogrechko Date: Fri, 5 Dec 2025 10:45:37 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20playbooks/install=5Fsoftware=5Fwin.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbooks/install_software_win.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/playbooks/install_software_win.yml b/playbooks/install_software_win.yml index d475606..87ddf91 100644 --- a/playbooks/install_software_win.yml +++ b/playbooks/install_software_win.yml @@ -21,6 +21,14 @@ username: "{{ smb_user }}" password: "{{ smb_pass }}" state: present + + - name: List files on Z drive (Debug) + ansible.windows.win_shell: Get-ChildItem -Path Z:\ + register: dir_out + + - name: Show files + debug: + var: dir_out.stdout_lines # --- СЮДА ВСТАВЛЯЕМ УСТАНОВКУ ---