mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct variable name in vca_nat module
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
a4f1738082
commit
0770b1018c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue