mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove outdated FIXME code
This is already handled in PlayContext.set_options.
This commit is contained in:
parent
b2dc66c7ea
commit
694d2103b1
1 changed files with 0 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue