Skip to content

Commit

Permalink
small fixes to merge pr
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoPeters1024 committed Nov 20, 2023
1 parent 0995c0b commit a0e74b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ansible/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
@click.option(
"--from",
"from_playbook",
help="Determine from which playbook to start the deploy from",
help="Determine from which role to start the deploy from",
)
@click.option(
"--until", "until_playbook", help="Determine until which playbook to run the deploy"
"--until", "until_playbook", help="Determine until which role to run the deploy"
)
def deploy(
host: str,
Expand Down Expand Up @@ -65,7 +65,6 @@ def deploy(
env["ANSIBLE_STDOUT_CALLBACK"] = "yaml"
env["ANSIBLE_VAULT_IDENTITY"] = host
env["ANSIBLE_SSH_PIPELINING"] = "true"
env["ANSIBLE_ROLES_PATH"] = "roles/"
env["ANSIBLE_VARS_PLUGINS"] = "./plugins/vars"
# Used by the bitwarden plugin
env["STICKY_ENV"] = host
Expand Down

0 comments on commit a0e74b4

Please sign in to comment.