Remove dead code
This variable assignment is wiped out by the next statement, remove it. Change-Id: Ibc042d6a98170646f03fc00a8ffd16d9f9cce9f4
This commit is contained in:
parent
403d157c45
commit
652c192d7f
@ -49,9 +49,6 @@ def main():
|
|||||||
)
|
)
|
||||||
p = module.params
|
p = module.params
|
||||||
|
|
||||||
paths = [
|
|
||||||
'common.yaml',
|
|
||||||
'fqdn/%s.yaml' % p['fqdn'] ]
|
|
||||||
paths = ['group/%s.yaml' % f for f in p['groups'] ]
|
paths = ['group/%s.yaml' % f for f in p['groups'] ]
|
||||||
paths.append('common.yaml')
|
paths.append('common.yaml')
|
||||||
paths.append('fqdn/%s.yaml' % p['fqdn'])
|
paths.append('fqdn/%s.yaml' % p['fqdn'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user