fractalcells / ansible-iocage

BSD 2-Clause "Simplified" License
36 stars 27 forks source link

jail_update is called with 4 parameter #27

Open gllb opened 3 years ago

gllb commented 3 years ago

Hello,

jail_update() take 3 positional arguments but 4 were given.

jail_update definition: https://github.com/fractalcells/ansible-iocage/blob/0f0b5e6e5df45b653ed8c512207cb4cc2f58f82d/iocage#L459

jail_update call: https://github.com/fractalcells/ansible-iocage/blob/0f0b5e6e5df45b653ed8c512207cb4cc2f58f82d/iocage#L689

xmj commented 3 years ago

Hi @gllb - apologies for not seeing this earlier. I think this has now been overcome by events with the latest merge.

Could you please confirm with latest master branch and see if it's still a problem?