From f42fc8f1440fe29fa95cfef601934fd0e4638047 Mon Sep 17 00:00:00 2001 From: seahawk1986 Date: Thu, 28 Dec 2017 12:21:56 +0100 Subject: [PATCH] Update install-yavdr.sh --- install-yavdr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-yavdr.sh b/install-yavdr.sh index 376af4e..6bdfd75 100755 --- a/install-yavdr.sh +++ b/install-yavdr.sh @@ -13,4 +13,4 @@ apt-get update apt-get -y install --no-install-recommends ansible # TODO: run ansible on local host -ansible-playbook yavdr07.yml -b -i 'localhost_inventory' --connection=local --tags=install +ansible-playbook yavdr07.yml -b -i 'localhost_inventory' --connection=local --tags=all