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

Handle undefined tags #52

Closed
cinek810 opened this issue Mar 15, 2022 · 1 comment
Closed

Handle undefined tags #52

cinek810 opened this issue Mar 15, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request invalid This doesn't seem right

Comments

@cinek810
Copy link
Owner

2022-03-15 12:50:19,126 [INFO]: Infra locked.

Traceback (most recent call last):
  File "/usr/local/ansible/bin/ansible-deployer", line 8, in <module>
    sys.exit(main())
  File "/usr/local/ansible/lib64/python3.6/site-packages/ansible_deployer/command_line.py", line 551, in main
    run_task(config, options, inv_file)
  File "/usr/local/ansible/lib64/python3.6/site-packages/ansible_deployer/command_line.py", line 389, in run_task
    tags = get_tags_for_task(config, options)
  File "/usr/local/ansible/lib64/python3.6/site-packages/ansible_deployer/command_line.py", line 506, in get_tags_for_task
    tags = task["tags"]
KeyError: 'tags'
@cinek810 cinek810 added the enhancement New feature or request label Mar 15, 2022
@LegenJCdary LegenJCdary self-assigned this Mar 23, 2022
@LegenJCdary
Copy link
Collaborator

This is fixed in #50

@LegenJCdary LegenJCdary added the invalid This doesn't seem right label Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants