From 61f63e55da4d4e339af6711028e7ede1807dbf55 Mon Sep 17 00:00:00 2001 From: Anish Mangal Date: Fri, 18 Jan 2019 10:12:10 +0000 Subject: [PATCH] Fix nodejs installation condition in pbx --- roles/pbx/meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pbx/meta/main.yml b/roles/pbx/meta/main.yml index 30cca5358..dc910f6d6 100644 --- a/roles/pbx/meta/main.yml +++ b/roles/pbx/meta/main.yml @@ -1,3 +1,3 @@ dependencies: - - { role: nodejs, tags: ['nodejs'], when: pbx_install and (nodejs_version == "10.x")} + - { role: nodejs, tags: ['nodejs'], when: pbx_install and (nodejs_version == "10.x") and (not sugarizer_install)}