generated from helmut/template
feat: add ansible deploy
Remote Deploy to Windows / deploy (push) Failing after 1m31s
Details
Remote Deploy to Windows / deploy (push) Failing after 1m31s
Details
This commit is contained in:
parent
fc9d1b73fe
commit
d727cf1244
|
|
@ -2,7 +2,7 @@
|
|||
- name: Deploy FreeFileSync tasks to Windows servers
|
||||
hosts: windows
|
||||
tasks:
|
||||
- name: Copy backup scripts
|
||||
ansible.windows.win_copy:
|
||||
src: ../scripts/
|
||||
dest: 'C:\CMD\'
|
||||
- name: Deploy autorun script from template
|
||||
ansible.windows.win_template:
|
||||
src: ../autorun_for_ffs.j2
|
||||
dest: C:\CMD\autorun_for_ffs.bat
|
||||
Loading…
Reference in New Issue