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 executing the nginx_hardening role the Ansible deployment fails.
"msg": "Destination directory /etc/nginx/conf.d does not exist"
... Rocky Linux 8: dnf -y install nginx deploy role: nginx_hardening
The deployment fails.
... The deployment doesn't fail.
Rocky Linux 8.
2.15.5
8.8.0
The Ansible Collection/Role should make sure required directories exists.
The text was updated successfully, but these errors were encountered:
The directory exists on Rocky Linux 8. Please ignore this bug.
Sorry, something went wrong.
No branches or pull requests
Description
When executing the nginx_hardening role the Ansible deployment fails.
"msg": "Destination directory /etc/nginx/conf.d does not exist"
Reproduction steps
Current Behavior
The deployment fails.
Expected Behavior
...
The deployment doesn't fail.
OS / Environment
Rocky Linux 8.
Ansible Version
Collection Version
Additional information
The Ansible Collection/Role should make sure required directories exists.
The text was updated successfully, but these errors were encountered: