mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Remove whitespaces
This commit is contained in:
parent
01db7239ed
commit
097902c35a
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ def main():
|
||||||
asn = module.params['asn']
|
asn = module.params['asn']
|
||||||
state = module.params['state']
|
state = module.params['state']
|
||||||
tenant = module.params['tenant']
|
tenant = module.params['tenant']
|
||||||
|
|
||||||
if asn and 'eigrp' not in l3protocol:
|
if asn and 'eigrp' not in l3protocol:
|
||||||
module._warnings = ["Parameter 'asn' is only applicable when l3protocol is 'eigrp'. The ASN will be ignored"]
|
module._warnings = ["Parameter 'asn' is only applicable when l3protocol is 'eigrp'. The ASN will be ignored"]
|
||||||
if not asn and 'eigrp' in l3protocol:
|
if not asn and 'eigrp' in l3protocol:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue