Tadej Borovšak

Results 4 issues of Tadej Borovšak

### Summary Iterating over the contents of the `vars` content fails on ansible-core and ansible-base when Python 3.6 is used on control node. ### Issue Type Bug Report ### Component...

support:core
bug
affects_2.12

The [runtime file](https://github.com/netbox-community/ansible_modules/blob/94163307fa7fe981d4c835cc1e48b07c9d20b84d/meta/runtime.yml#L5) has both redirect and tombstone in place for `netbox.netbox.netbox_interface`. One of those two options should be removed. Which one gets removed depends on the compatibility between those...

bug
help wanted

This change breaks the API. Major version bump is needed when releasing the version of the collection that contains changes from this commit.

Current implementation of pagination on composite cursors is rather inefficient on large tables even in the presence of index. Changes in this commit add an optimization option that causes paginator...