Mikhail Yohman
Mikhail Yohman
I have a branch for this, but won't take affect until https://github.com/ansible/ansible/issues/72006 is merged in and I assume that will be available Ansible 2.11. I will keep my branch with...
What I'm thinking of doing is having the user set something like the following from your example: ``` - hosts: cmdb_devices_config connection: local tasks: - name: Configure Devices Interfaces cmdb...
Let me play around with it, but we already use the pattern for converting a Jinja strong to ID but definitely needs to be documented
Maybe having the value as `nullify`? I think the reason we remove the default args (they set it as None), it would remove the fields if they weren't specified, which...
Hi @andybro19, I have not and this would be a pretty big change so I haven't really had time to implement this. I do have some thoughts and am trying...
I'm curious as to what the use case is for this? The inventory hostname is available when running playbooks so curious as to what this functionality offers.
Ok awesome. I think your implementation should work. My only ask at this time is to make sure to update one of the integration tests to test this compose functionality.
Does this solve your issue? [passing in dictionaries](https://netbox-ansible-collection.readthedocs.io/en/latest/getting_started/how-to-use/advanced.html#passing-in-dictionaries). The only caveat to this is that the accepted key/value pairs for dictionaries must follow the fields in [ALLOWED_QUERY_PARAMS](https://netbox-ansible-collection.readthedocs.io/en/latest/module_utils/netbox_utils/index.html#plugins.module_utils.netbox_utils.ALLOWED_QUERY_PARAMS) constant. I've been...
Any update on this from either of y'all? And Merry Christmas by the way! Obviously I'm sure y'all are busy with family stuff, but once the holidays are over with,...
I'd make sure to only do that extra call if `query_filters` is specified to address your point of it being filtered and missing things. Thanks for your incoming work on...