From 177a8610eb9104d78619481cc7ddc7d13a9082f9 Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Fri, 24 Dec 2021 13:41:02 +0100 Subject: [PATCH] added sh file --- requirments.yml | 1 + setup.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 requirments.yml create mode 100644 setup.sh diff --git a/requirments.yml b/requirments.yml new file mode 100644 index 0000000..74b07c6 --- /dev/null +++ b/requirments.yml @@ -0,0 +1 @@ +- src: gantsign.visual-studio-code \ No newline at end of file diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..051a7ec --- /dev/null +++ b/setup.sh @@ -0,0 +1,3 @@ +#! bin/bash +ansible-galaxy install -r requirments.yml +ansible-pull -U https://git.jatus.tech/Jatus/workstation-setup.git \ No newline at end of file