We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run the lib_sftp.yml playbook for prod it fails to complete
It stops expecting datadog for Rocky. Our datadog role doesn't install for RHEL based machines
fatal: [lib-sftp-prod1.princeton.edu]: FAILED! => {"changed": false, "msg": "Could not find the requested service datadog-agent: host"}
run the lib_sftp.yml playbook with -e runtime_env=production
lib_sftp.yml
-e runtime_env=production
I can comment out the datadog role and it completes.
Do we really need datadog on this role? First steps would be to delete datadog references if we decide we do not need it.
The text was updated successfully, but these errors were encountered:
dphillips-39
No branches or pull requests
Expected behavior
When I run the lib_sftp.yml playbook for prod it fails to complete
Actual behavior
It stops expecting datadog for Rocky. Our datadog role doesn't install for RHEL based machines
Error messages
Steps to replicate
run the
lib_sftp.yml
playbook with-e runtime_env=production
Impact of this bug
I can comment out the datadog role and it completes.
Relevant links and code snippets, if applicable
Implementation notes, if any
Do we really need datadog on this role?
First steps would be to delete datadog references if we decide we do not need it.
The text was updated successfully, but these errors were encountered: