From b17f2fae34bb1239098183b460009ac5b70152c9 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Thu, 14 Mar 2019 22:21:08 -0400 Subject: [PATCH] fixup! wrap --- ansible/plugins/inventory/nodejs_yaml.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible/plugins/inventory/nodejs_yaml.py b/ansible/plugins/inventory/nodejs_yaml.py index 26888bb0d..43866562c 100755 --- a/ansible/plugins/inventory/nodejs_yaml.py +++ b/ansible/plugins/inventory/nodejs_yaml.py @@ -38,7 +38,10 @@ valid = { # taken from nodejs/node.git: ./configure - 'arch': ('armv6l', 'armv7l', 'arm64', 'ia32', 'mips', 'mipsel', 'ppc', 'ppc64', 'x32', 'x64', 'x86', 's390', 's390x'), + 'arch': ( + 'armv6l', 'armv7l', 'arm64', 'ia32', 'mips', 'mipsel', + 'ppc', 'ppc64', 'x32', 'x64', 'x86', 's390', 's390x' + ), # valid roles - add as necessary 'type': ('infra', 'release', 'test'),