From fbfb2c3b9042e2724d9da0b2c40789d963d785e0 Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Tue, 23 May 2023 09:15:31 +0000 Subject: [PATCH] Add a placehlder for installing Ansible --- .install.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .install.sh diff --git a/.install.sh b/.install.sh new file mode 100644 index 00000000..c510b520 --- /dev/null +++ b/.install.sh @@ -0,0 +1,5 @@ +# here we should put everything related with installing Ansible: +- pip dependencies +- ansible dependencies +- config files +### TODO -- GitLab