From c0177ad6efd76b7fc97c570e8271379287410a81 Mon Sep 17 00:00:00 2001 From: cianhatton Date: Mon, 4 Dec 2023 19:24:11 +0000 Subject: [PATCH] add ansible install script --- scripts/install-ansible.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/install-ansible.sh diff --git a/scripts/install-ansible.sh b/scripts/install-ansible.sh new file mode 100755 index 0000000..e80ec92 --- /dev/null +++ b/scripts/install-ansible.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +sudo apt-get install ansible \ No newline at end of file