Ben Formosa
Ben Formosa
Hi, Thanks for maintaining this very useful role! I was wondering if you have any plans to publish it in an Ansible collection? I use Red Hat Ansible Automation Hub...
Update the content_views role to allow content view filters to have multiple rules, using the module added in #1558 I've used this for my use case of excluding rpms by...
##### SUMMARY When modifying an existing Docker Swarm service, anything that is not explictly set by the module is overriden with the generally empty defaults. It's not clear to me...
I've noticed that tracer incorrectly reports that a new kernel is available on systems which have kernel modules installed for other kernel versions. I have a RHEL 7.6 system with...
Hi, Is there any plan to add a role to manage the sudoers file? I'm currently using https://github.com/ahuffman/ansible-sudoers, which works great, but is not distributed as a collection. I can...
Fixes #161 This change: - updates the `show_os_network_config` function to support the `output-mode` option. - adds a new subcommand `show-os` to display only the OS network information. I have a...
The only way to output the OS network config is to run `oci-network-config show`. When running `oci-netowork-config show --output-mode json`, nothing is displayed. ```console $ sudo oci-network-config show Cannot show...