Skip to content

Commit

Permalink
fixup! wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Mar 15, 2019
1 parent f7bc1a7 commit b17f2fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ansible/plugins/inventory/nodejs_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit b17f2fa

Please sign in to comment.