Mark Goddard
Mark Goddard
## Description The Ansible filesystem module does not support resizing swap filesystems, and gives the following error when resizefs is true (which was previously true by default): module does not...
The console log directory defaults to `/var/log/libvirt-consoles/`. On CentOS 8 with SELinux enabled this causes VMs to fail to start, since virtlogd can't access the log file.
There are various cases where the `v2_playbook_on_no_hosts_remaining` callback does not fire in both the free and linear strategy plugins. This PR fixes those issues, as well as removing a duplicate...
##### SUMMARY This PR fixes various issues with the ansible-playbook-callbacks integration test. ##### ISSUE TYPE - Test Pull Request ##### ADDITIONAL INFORMATION The timing of the async tasks was a...
##### SUMMARY This PR fixes various issues with the ansible-playbook-callbacks integration test. ##### ISSUE TYPE - Test Pull Request ##### ADDITIONAL INFORMATION The timing of the async tasks was a...
We have an action to automatically import this role, but it seems to be failing: https://github.com/michaelrigart/ansible-role-interfaces/actions/workflows/publish-role.yml
### Summary When using a custom callback plugin that handles the v2_playbook_on_no_hosts_remaining callback, this callback is not triggered unless `any_errors_fatal: true` or `max_fail_percentage` is specified. ### Issue Type Bug Report...
Ensure that the script fails if the Docker registry proxy cannot be reached.
SPIRE agent periodically syncs entries, federated bundles and SVIDs from the SPIRE server. This happens every 5 seconds, with a backoff applied on failure. There is a 30 second timeout...
SPIRE agent periodically syncs entries, federated bundles and SVIDs from the SPIRE server. This happens every 5 seconds with a backoff. There is a 30 second timeout for this process....