From f0ec4702c3617b9f856f3a07d01de59807edb333 Mon Sep 17 00:00:00 2001 From: Hector Akamine Date: Fri, 24 Nov 2017 14:10:16 -0800 Subject: [PATCH] Remove role dependency (geerlingguy.nodejs) Remove role dependency and add it to the playbook instead, for the following reasons: - when included as a dependency, the nodejs role is run each time the archivematica-src role is executed, which may not be desired (for example when just doing an upgrade of Archivematica) - by putting explicitly in the playbook, it is more clear what the playboook does and also where to do variable fixes when required --- meta/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 35562cbc..2aab4aa3 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -14,7 +14,4 @@ galaxy_info: - trusty - xenial -dependencies: -- role: geerlingguy.nodejs - version: 4.1.1 - nodejs_version: 8.x +dependencies: []