community.general
                                
                                 community.general copied to clipboard
                                
                                    community.general copied to clipboard
                            
                            
                            
                        Ansible Community General Collection
### Summary I was looking at the module. One feature I like to use for is adding a sudo rules file in the /etc/sudoers.d folder. I would love to see...
### Summary When using the passwordstore lookup plugin and the execution of pass fails (e.g. because the repository doesn't exist, the GPG key isn't present, ...) the output from Ansible...
### Summary Adding host to Icinga fails with `"msg": "unable to connect to Icinga. Exception message: Expecting value: line 1 column 1 (char 0)"` because of following change in ansible-core,...
##### SUMMARY Added an example to the vendor option. The description of the option is not verbose enough and can lead to problems. More precisely, you need to enter the...
##### SUMMARY This is a duplicate of ansible/ansible#46367 as that issue was closed because of the collection migration. I'm including the text of the issue below: The `semanage fcontext` command...
### Summary Currently, the `ipa_host` module does not support the a few important attributes of a host. One of them is the `userclass` which traditionally is used to add information...
### Summary Pfexec become plugin does use non existing options and bad quoting, see: https://github.com/ansible/ansible/issues/15642 The old change described in this [patch](https://github.com/OpenIndiana/oi-userland/blob/oi/hipster/components/python/ansible/patches/01-pfexec.patch) still works, I'm ready to open a pull...
### Summary The return values `ipa_host` module are vastly different if we use the `random_password: true` or not. Calling the module with random password to false, (or not set), the...
### Summary nmcli is not configuring the interface and saying **"Connections already exist and no changes made"**. ### Issue Type Bug Report ### Component Name - nmcli ### Ansible Version...
### Summary I would like to verify record changes in my domains via `--check --diff` or even view the changes with just `--diff`, but the module does not output any...