Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #607 from deNBI/fix(linting)_refs/heads/hotfix/gua…
Browse files Browse the repository at this point in the history
…camole

Automated Blacked Linting
  • Loading branch information
Timo authored Feb 3, 2021
2 parents c2599f3 + b766a89 commit 7918e17
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion VirtualMachineService/ancon/Playbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,14 @@ def add_to_playbook_lists(self, playbook_name_local, playbook_name):
import_tasks=playbook_name_local + ".yml",
)
)
LOG.info("Added playbook: " + playbook_name_local + ".yml" + ", vars file: " + playbook_name + "_vars_file.yml" )
LOG.info(
"Added playbook: "
+ playbook_name_local
+ ".yml"
+ ", vars file: "
+ playbook_name
+ "_vars_file.yml"
)

def add_tasks_only(self, playbook_name):
self.tasks.append(
Expand Down

0 comments on commit 7918e17

Please sign in to comment.