From 694d2103b141e5af26fce94f16e5bfcdeb7c543f Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Thu, 30 Jul 2015 23:08:29 +0530 Subject: [PATCH] Remove outdated FIXME code This is already handled in PlayContext.set_options. --- lib/ansible/cli/playbook.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/ansible/cli/playbook.py b/lib/ansible/cli/playbook.py index 627e41057ca..08bbb64f973 100644 --- a/lib/ansible/cli/playbook.py +++ b/lib/ansible/cli/playbook.py @@ -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: