Commit 0ad52a40 by James Cammarata

Merge pull request #11804 from amenonsen/fixme

Easy FIXMEs
parents 549c2040 694d2103
......@@ -103,12 +103,6 @@ class PlaybookCLI(CLI):
loader = DataLoader(vault_password=vault_pass)
# FIXME: this should be moved inside the playbook executor code
only_tags = self.options.tags.split(",")
skip_tags = self.options.skip_tags
if self.options.skip_tags is not None:
skip_tags = self.options.skip_tags.split(",")
# initial error check, to make sure all specified playbooks are accessible
# before we start running anything through the playbook executor
for playbook in self.args:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment