feat: add ansible deploy
Remote Deploy to Windows / deploy (push) Failing after 1m31s Details

This commit is contained in:
Windneiro 2026-03-31 17:09:52 +05:00
parent fc9d1b73fe
commit d727cf1244
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
- name: Deploy FreeFileSync tasks to Windows servers - name: Deploy FreeFileSync tasks to Windows servers
hosts: windows hosts: windows
tasks: tasks:
- name: Copy backup scripts - name: Deploy autorun script from template
ansible.windows.win_copy: ansible.windows.win_template:
src: ../scripts/ src: ../autorun_for_ffs.j2
dest: 'C:\CMD\' dest: C:\CMD\autorun_for_ffs.bat