From 633be1964ca68ee1579a78be97c489cbb8f6d85f Mon Sep 17 00:00:00 2001 From: George Hunt Date: Mon, 4 Sep 2017 11:50:30 -0700 Subject: [PATCH] apt->apt-get --- roles/sugarizer/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/sugarizer/tasks/main.yml b/roles/sugarizer/tasks/main.yml index 7ccbfb54d..bb1d40824 100644 --- a/roles/sugarizer/tasks/main.yml +++ b/roles/sugarizer/tasks/main.yml @@ -36,7 +36,7 @@ when: internet_available and is_debian and not npm_exists - name: Actually get it installed - command: apt install -y npm + command: apt-get install -y npm when: internet_available and is_debian and not npm_exists - name: Create systemd files and copy our ini file