From 525db9dfd8d5b39edc68113147e11238ad42babd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 5 Feb 2022 20:04:38 +0100 Subject: [PATCH] fix run bash script --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 14ca04b..6fb257f 100644 --- a/run.sh +++ b/run.sh @@ -1,4 +1,4 @@ #!/bin/bash -ansible-galaxy install -r requirements.yaml +ansible-galaxy collection install -r requirements.yaml ansible-playbook --ask-become-pass -i inventory.yaml test.yaml \ No newline at end of file