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
If some variables such as dns_domain are not set, certain tasks will fail that depend on this such as:
TASK [hostnames : Setting FQDN Fact] ******************************************* fatal: [casl-vvaldez-1468605453-master1]: FAILED! => {"failed": true, "msg": "'dns_domain' is undefined"} fatal: [casl-vvaldez-1468605453-nfs1]: FAILED! => {"failed": true, "msg": "'dns_domain' is undefined"} fatal: [casl-vvaldez-1468605453-node1]: FAILED! => {"failed": true, "msg": "'dns_domain' is undefined"} fatal: [casl-vvaldez-1468605453-node2]: FAILED! => {"failed": true, "msg": "'dns_domain' is undefined"}
This should be verified in a pre_task section.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If some variables such as dns_domain are not set, certain tasks will fail that depend on this such as:
This should be verified in a pre_task section.
The text was updated successfully, but these errors were encountered: