Skip to content

Commit

Permalink
Format Python file
Browse files Browse the repository at this point in the history
  • Loading branch information
phelipetls committed Apr 16, 2023
1 parent 4aecc69 commit 03f9f5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/play
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ import argparse
import subprocess
import os

ansible_cmd = ["ansible-playbook", "--ask-become-pass", os.path.expanduser("~/dotfiles/bootstrap.yml")]
ansible_cmd = [
"ansible-playbook",
"--ask-become-pass",
os.path.expanduser("~/dotfiles/bootstrap.yml"),
]

parser = argparse.ArgumentParser(description="Run playbook")
parser.add_argument("tags", nargs="*", help="play tasks tagged with passed values.")
Expand Down

0 comments on commit 03f9f5a

Please sign in to comment.