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
I think that hosts is not a valid keyword for provisioner.
hosts
Maybe the author meant something like:
provisioner: name: ansible inventory: hosts: all: hosts: ignored: important: this host is ignored links: hosts: ../../../inventory/hosts
Otherwise it is a bit confusing.
The text was updated successfully, but these errors were encountered:
Reference in source:
molecule/src/molecule/provisioner/ansible.py
Line 351 in 9b93c6f
Sorry, something went wrong.
No branches or pull requests
I think that
hosts
is not a valid keyword for provisioner.Maybe the author meant something like:
Otherwise it is a bit confusing.
The text was updated successfully, but these errors were encountered: