added gpgkey parameter to deb_remote module#176
added gpgkey parameter to deb_remote module#176losten-git wants to merge 1 commit intopulp:developfrom
Conversation
|
Thank you! The code change looks good so far. What do you mean "I have been unable to determine how to set it to null."? Did you not manage using this change or is it impossible doing so in the api? Have you tries setting it to ""? [ |
The change is functioning as intended.
It is possible to set the GPG key to null using the REST API. However, I discovered that this is not an option with the
Yes the result is: I get the same result when I try to set the variable to null. I think you're right that the problem is that Ansible can't properly translate "null." Will definitely try to implement tests. |
|
This module has been rewritten using pulp-glue. Can you revisit this piece of work? |
The deb_remote module lacks a gpgkey parameter, which is crucial for me. So i tried to implement it.
At this time, once a gpgkey is set, there is no option to set it to null. I have been unable to determine how to do so. I would appreciate assistance with this matter.