-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for skip_tags #166
Conversation
fc92a7d
to
c3f6120
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit-picky changes
source/modules/runners/run.py
Outdated
@@ -189,12 +189,17 @@ def get_tags_for_task(config: dict, options: dict): | |||
if options["dry_mode"]: | |||
tags.append("ansible_deployer_dry_mode") | |||
|
|||
return tags | |||
skip_tags = [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be defined at the beginning of function.
fi | ||
} | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
@@ -21,12 +21,12 @@ check_run_fail() { | |||
$CMD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
squash
c3274d5
to
a3d06a4
Compare
No description provided.