Gordon Pettey
Gordon Pettey
I want to remove an A record. I don't care what the address on it is, I just want the record(s) gone. ```yaml - name: remove A delegate_to: localhost infoblox.nios_modules.nios_a_record:...
Using `nios_a_record` with `state: absent`, if the record does not exist, the module fails. ```yaml hosts: all tasks: - name: remove A delegate_to: localhost infoblox.nios_modules.nios_a_record: provider: "{{ nios_provider }}" name:...
### Prerequisites - [X] This was not already reported in the past (duplicate check) - [X] It does reproduce it with code from main branch (latest unreleased version) - [X]...
I use OCI (Docker) repositories to push charts to. This plugin mostly works for that purpose, but I am restricting to pushing to single-element names in the root of the...
I need an option to stop the plugin from making any attempt at all to access the internet on its own. I do not want it to "cache" anything; I...