install synologydrive
This commit is contained in:
parent
a2699b2d6c
commit
cf7ea9492b
3 changed files with 11 additions and 0 deletions
3
defaults/main.yml
Normal file
3
defaults/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
win_synologydrive__packages:
|
||||
- synologydrive
|
3
tasks/main.yml
Normal file
3
tasks/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
- name: install some synologydrive specific packages
|
||||
ansible.builtin.include_tasks: packages.yml
|
5
tasks/packages.yml
Normal file
5
tasks/packages.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Install some synologydrive packages
|
||||
chocolatey.chocolatey.win_chocolatey:
|
||||
name: "{{ win_synologydrive__packages }}"
|
||||
state: present
|
Loading…
Add table
Reference in a new issue