Open brigzzy opened 3 years ago
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?
❌ Author of the following commits did not sign a Contributor Agreement: 5cbfd84bfc881eaaaa97d7ff2fd7788635e7dbdc,
Please, read and sign the above mentioned agreement if you want to contribute to this project
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. To track this PR (even if closed), please open a corresponding issue if one does not already exist.
need this fix. add to apply it manually. Can I help to get it merged ?
@brigzzy could you sign contributor agreement in order to pass the CI/CD pipeline check ?
@ka2er Done!
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. To track this PR (even if closed), please open a corresponding issue if one does not already exist.
By default a Debian installation does not include GPG, but it's a requirement for the apt_key module.
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/apt_key_module.html
This PR adds a play to install it, before apt_key is called, and lets the playbook work on a freshly provisioned Debian system.