Skip to content

Commit

Permalink
add output msg
Browse files Browse the repository at this point in the history
  • Loading branch information
zseta committed Mar 10, 2025
1 parent e0537d0 commit 3e0268a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def serve_data(filename):

def run_ansible_playbook(playbook_path):
playbook_cmd = ["ansible-playbook", playbook_path]
console_output("\nScenario started!\n")
process = subprocess.Popen(playbook_cmd,
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
Expand Down

0 comments on commit 3e0268a

Please sign in to comment.