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

right cli command for tags #397

Closed
backit opened this issue Sep 18, 2023 · 2 comments · Fixed by #406
Closed

right cli command for tags #397

backit opened this issue Sep 18, 2023 · 2 comments · Fixed by #406
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@backit
Copy link

backit commented Sep 18, 2023

In documentation on tags there are 2 ways to call the command ansible-playbook:

ansible-playbook example.yml --tags [configuration,packages]
ansible-playbook example.yml --tags "configuration,packages"

but only the last one returns the desired result

@github-actions github-actions bot added the needs_triage Needs a first human triage before being processed. label Sep 18, 2023
@samccann
Copy link
Contributor

@samccann samccann added good first issue Good for newcomers and removed needs_triage Needs a first human triage before being processed. labels Sep 19, 2023
patrik93 added a commit to patrik93/ansible-documentation that referenced this issue Sep 20, 2023
As it defined in the issue ansible#397 at ansible#397, the brackets must be removed
patrik93 added a commit to patrik93/ansible-documentation that referenced this issue Sep 20, 2023
As it defined in the issue at ansible#397, the brackets must be removed
@patrik93
Copy link
Contributor

Hi there, i have created a PR for this issue, #406. Let me know if something is wrong or I have misunderstood the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants