Skip to content
New issue

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

Collection playbooks should avoid the - character #53

Open
dkolepp opened this issue Mar 17, 2022 · 1 comment
Open

Collection playbooks should avoid the - character #53

dkolepp opened this issue Mar 17, 2022 · 1 comment

Comments

@dkolepp
Copy link

dkolepp commented Mar 17, 2022

Current tooling allows you to create - and build - a playbook like: some-test-playbook.yml, but this will not work when used to run that collection playbook:

$> ansible-playbook xyz.abc.some-test-playbook.yml
@ericzolf
Copy link
Contributor

Good point, I knew this for roles, but didn't notice for playbooks. I think, we should just make one recommendation: name everything like Ansible variables (letters, numbers and underscores), and basta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants