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
|
- 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
|
||||||
Loading…
Reference in New Issue