mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Correct variable name in vca_nat module
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
Brian Coca
parent
a4f1738082
commit
0770b1018c
@@ -126,7 +126,7 @@ def rule_to_string(rule):
|
||||
strings = list()
|
||||
for key, value in rule.items():
|
||||
strings.append('%s=%s' % (key, value))
|
||||
return ', '.join(string)
|
||||
return ', '.join(strings)
|
||||
|
||||
def main():
|
||||
argument_spec = vca_argument_spec()
|
||||
|
||||
Reference in New Issue
Block a user