mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
Fix typo in aerospike_migration module. (#1740)
This commit is contained in:
parent
562ff7efb7
commit
9a6031ab4e
2 changed files with 3 additions and 1 deletions
|
@ -338,7 +338,7 @@ class Migrations:
|
|||
namespace_tx = \
|
||||
int(namespace_stats[self.module.params['migrate_tx_key']])
|
||||
namespace_rx = \
|
||||
int(namespace_stats[self.module.params['migrate_tx_key']])
|
||||
int(namespace_stats[self.module.params['migrate_rx_key']])
|
||||
except KeyError:
|
||||
self.module.fail_json(
|
||||
msg="Did not find partition remaining key:" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue