From eb607e99e9e654ed2e58afcaaad927e3496cce06 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 22 Feb 2023 19:02:43 +0100 Subject: [PATCH] NC Client --- LICENSE | 2 +- tasks/main.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tasks/main.yml diff --git a/LICENSE b/LICENSE index 2071b23..bca5f10 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright (c) 2023 L3D Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..98dd11b --- /dev/null +++ b/tasks/main.yml @@ -0,0 +1,5 @@ +--- +- name: Install some parsec packages + chocolatey.chocolatey.win_chocolatey: + name: "nextcloud-client" + state: present