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'),