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
More of a query. I've not come across them at work yet, but they are stubs in portable-ansible 0.5.0
They exists in: ./ansible/bin/ansible-*
There is no code for them in: ./ansible/ansible/cli/.py nor ./opt/ansible/ansible//
If you decide to add them too, then README.md might need an update:
for l in config connection console doc galaxy inventory playbook pull test vault;do ln -s ansible ansible-$l done
To be honest, I'm glad the code is small and lean, and this would kind of add extra size to it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
More of a query.
I've not come across them at work yet, but they are stubs in portable-ansible 0.5.0
They exists in: ./ansible/bin/ansible-*
There is no code for them in: ./ansible/ansible/cli/.py nor ./opt/ansible/ansible//
If you decide to add them too, then README.md might need an update:
To be honest, I'm glad the code is small and lean, and this would kind of add extra size to it.
The text was updated successfully, but these errors were encountered: