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

Commit

Permalink
add language
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecimalDinosaur committed Oct 15, 2023
1 parent b348f8c commit 229b4d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ansible/ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
var_output = var.render(
project_name=name,
webserver_user=user,
webserver_ip=ip
webserver_ip=ip,
project_language="python"
)

with open ("inventory.yml", "w+") as inv_file:
Expand Down
3 changes: 2 additions & 1 deletion deploy_bundle/ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
var_output = var.render(
project_name=name,
webserver_user=user,
webserver_ip=ip
webserver_ip=ip,
project_language="python"
)

with open ("inventory.yml", "w+") as inv_file:
Expand Down

0 comments on commit 229b4d2

Please sign in to comment.