From 48414e61bfe6698688a615f24442cb60eef2e7ae Mon Sep 17 00:00:00 2001 From: ogrechko Date: Fri, 5 Dec 2025 10:41:35 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/install_software_win.yml b/playbooks/install_software_win.yml index d328aa3..d475606 100644 --- a/playbooks/install_software_win.yml +++ b/playbooks/install_software_win.yml @@ -15,7 +15,7 @@ tasks: # 1. Монтируем диск - name: Mount Network Drive - community.windows.win_mapped_drive: # Или ansible.windows.win_mapped_drive + ansible.windows.win_mapped_drive: # Или ansible.windows.win_mapped_drive letter: "{{ drive_letter }}" path: "{{ smb_path }}" username: "{{ smb_user }}" @@ -47,6 +47,6 @@ # 3. Отключаем диск - name: Unmount Network Drive - community.windows.win_mapped_drive: + ansible.windows.win_mapped_drive: letter: "{{ drive_letter }}" state: absent \ No newline at end of file