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

Commit

Permalink
fix(Linting):blacked code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 3, 2021
1 parent c2599f3 commit b766a89
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 b766a89

Please sign in to comment.